Searched refs:llist_empty (Results 1 – 2 of 2) sorted by relevance
348 int llist_empty(const llist_head *head);
1219 while (!llist_empty(head) && (node != head)) in llist_traversal()1244 int llist_empty(const llist_head *head) in llist_empty() function
Completed in 14 milliseconds