Home
last modified time | relevance | path

Searched refs:plist_head_empty (Results 1 – 4 of 4) sorted by relevance

/linux/include/linux/
H A Dplist.h203 static inline int plist_head_empty(const struct plist_head *head) in plist_head_empty() function
228 WARN_ON(plist_head_empty(head)); \
245 WARN_ON(plist_head_empty(head)); \
/linux/lib/
H A Dplist.c58 if (!plist_head_empty(head)) in plist_check_head()
82 if (plist_head_empty(head)) in plist_add()
161 BUG_ON(plist_head_empty(head)); in plist_requeue()
209 if (plist_head_empty(&test_head)) { in plist_test_check()
/linux/kernel/sched/
H A Drt.c375 return !plist_head_empty(&rq->rt.pushable_tasks); in has_pushable_tasks()
/linux/mm/
H A Dswapfile.c4021 return !plist_head_empty(&swap_active_head); in __has_usable_swap()