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

/linux-4.1.27/lib/
H A Dplist.c59 if (!plist_head_empty(head)) plist_check_head()
83 if (plist_head_empty(head)) plist_add()
152 BUG_ON(plist_head_empty(head)); plist_requeue()
187 if (plist_head_empty(&test_head)) { plist_test_check()
/linux-4.1.27/include/linux/
H A Dplist.h209 * plist_head_empty - return !0 if a plist_head is empty
212 static inline int plist_head_empty(const struct plist_head *head) plist_head_empty() function
237 WARN_ON(plist_head_empty(head)); \
254 WARN_ON(plist_head_empty(head)); \
/linux-4.1.27/kernel/power/
H A Dqos.c154 if (plist_head_empty(&c->list)) pm_qos_get_value()
210 if (plist_head_empty(&c->list)) { pm_qos_dbg_show_requests()
/linux-4.1.27/kernel/sched/
H A Drt.c350 return !plist_head_empty(&rq->rt.pushable_tasks); has_pushable_tasks()

Completed in 118 milliseconds