Searched defs:list_empty (Results 1 – 7 of 7) sorted by relevance
79 static __inline__ int list_empty(struct list_head *head) in list_empty() function
116 _INLINE_ int list_empty(struct list_head *head) in list_empty() function
66 static inline int list_empty(const struct list_head *head) in list_empty() function
165 static inline int list_empty(const struct list_head *head) in list_empty() function
260 static inline int list_empty(const struct list_head *head) in list_empty() function
67 #define list_empty(entry) ((entry)->next == (entry)) macro
385 static int list_empty(const ListNode * const head) { in list_empty() function