Searched defs:list_empty (Results 1 – 11 of 11) sorted by relevance
15 #define list_empty(l) ( (l)->next == l ) macro
52 list_empty(struct list_head *head) { in list_empty() function
83 static HPT_INLINE int list_empty(struct list_head *head) in list_empty() function
81 static HPT_INLINE int list_empty(struct list_head *head) in list_empty() function
80 static HPT_INLINE int list_empty(struct list_head *head) in list_empty() function
150 list_empty(list_t *list) in list_empty() function
40 #define list_empty(a) ((a)->list_head.list_next == &(a)->list_head) macro
98 list_empty(const struct list_head *head) in list_empty() function
56 list_empty(const struct list_head *head) { in list_empty() function
205 static inline int list_empty(const struct list_head *head) in list_empty() function