Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Dplist.h210 static inline int plist_head_empty(const struct plist_head *head) in plist_head_empty() function
235 WARN_ON(plist_head_empty(head)); \
252 WARN_ON(plist_head_empty(head)); \
/Linux-v5.4/lib/
Dplist.c58 if (!plist_head_empty(head)) in plist_check_head()
82 if (plist_head_empty(head)) in plist_add()
151 BUG_ON(plist_head_empty(head)); in plist_requeue()
187 if (plist_head_empty(&test_head)) { in plist_test_check()
/Linux-v5.4/kernel/power/
Dqos.c107 if (plist_head_empty(&c->list)) in pm_qos_get_value()
162 if (plist_head_empty(&c->list)) { in pm_qos_debug_show()
/Linux-v5.4/kernel/sched/
Drt.c352 return !plist_head_empty(&rq->rt.pushable_tasks); in has_pushable_tasks()
/Linux-v5.4/mm/
Dswapfile.c2509 if (plist_head_empty(&swap_active_head)) in has_usable_swap()