Searched defs:list_empty (Results 1 – 14 of 14) sorted by relevance
14 #define list_empty(l) ( (l)->next == l ) macro
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
83 static HPT_INLINE int list_empty(struct list_head *head) in list_empty() function
150 list_empty(list_t *list) in list_empty() function
39 #define list_empty(a) ((a)->list_head.next == &(a)->list_head) macro
39 #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
54 list_empty(const struct list_head *head) { in list_empty() function
202 static inline int list_empty(const struct list_head *head) in list_empty() function
79 list_empty(const struct list_head *head) in list_empty() function
95 list_empty(const struct list_head *head) in list_empty() function
850 bool list_empty; member
962 bool list_empty; member