Home | History | Annotate | Download | only in added

Lines Matching defs:list_empty

82  * Note: list_empty() on entry does not return true after this, the entry is
164 * list_empty - tests whether a list is empty
167 static inline int list_empty(const struct list_head *head)
199 if (!list_empty(head)) {
211 return !list_empty(head) && (head->next == head->prev);
243 if (list_empty(head))
276 if (!list_empty(list))
288 if (!list_empty(list))
302 if (!list_empty(list)) {
319 if (!list_empty(list)) {