Searched defs:list_empty (Results 1 – 14 of 14) sorted by relevance
82 list_empty(const struct list *list) in list_empty() function
8 static inline int list_empty(const struct list_head *head) in list_empty() function
79 static __inline__ int list_empty(struct list_head *head) in list_empty() function
124 _INLINE_ int list_empty(struct list_head *head) in list_empty() function
65 static inline int list_empty(struct list_head *head) in list_empty() function
165 static inline int list_empty(const struct list_head *head) in list_empty() function
180 static inline int list_empty(const struct list_head *head) in list_empty() function
215 static inline int list_empty(const struct list_head *head) in list_empty() function
264 static inline int list_empty(const struct list_head *head) in list_empty() function
265 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
165 #define list_empty(entry) ((entry)->next == (entry)) macro
360 static int list_empty(const struct list_head *head) in list_empty() function