Searched refs:plist_head_empty (Results 1 – 4 of 4) sorted by relevance
212 static inline int plist_head_empty(const struct plist_head *head) in plist_head_empty() function237 WARN_ON(plist_head_empty(head)); \254 WARN_ON(plist_head_empty(head)); \
59 if (!plist_head_empty(head)) in plist_check_head()83 if (plist_head_empty(head)) in plist_add()152 BUG_ON(plist_head_empty(head)); in plist_requeue()187 if (plist_head_empty(&test_head)) { in plist_test_check()
154 if (plist_head_empty(&c->list)) in pm_qos_get_value()210 if (plist_head_empty(&c->list)) { in pm_qos_dbg_show_requests()
350 return !plist_head_empty(&rq->rt.pushable_tasks); in has_pushable_tasks()