Searched defs:list_empty (Results 1 – 13 of 13) 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
112 static inline int list_empty(const struct list_head *p) in list_empty() function
81 static __inline__ int list_empty(struct list_head *head) in list_empty() function
81 static inline int list_empty(struct list_head *el) in list_empty() function
124 _INLINE_ int list_empty(struct list_head *head) in list_empty() function
97 #define list_empty( l ) ((l) == L0) macro
159 static inline int list_empty(struct list_head *head) in list_empty() function
180 static inline int list_empty(const struct list_head *head) in list_empty() function
150 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
70 list_empty(const struct list_head *head) in list_empty() function
165 #define list_empty(entry) ((entry)->next == (entry)) macro