Searched defs:list_empty (Results 1 – 15 of 15) sorted by relevance
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
71 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
180 static inline int list_empty(const struct list_head *head) in list_empty() function
104 static inline bool list_empty(struct list_head *list) 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
260 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
176 static inline int list_empty(const struct list_head *head) in list_empty() function
109 #define list_empty(entry) ((entry)->next == (entry)) macro
385 static int list_empty(const ListNode * const head) { in list_empty() function