Searched refs:plist_first (Results 1 - 3 of 3) sorted by relevance

/linux-4.1.27/lib/
H A Dplist.c60 plist_check_list(&plist_first(head)->prio_list); plist_check_head()
86 first = iter = plist_first(head); plist_add()
192 prio_pos = first = plist_first(&test_head); plist_test_check()
/linux-4.1.27/include/linux/
H A Dplist.h238 container_of(plist_first(head), type, member); \
242 container_of(plist_first(head), type, member)
277 * plist_first - return the first node (and thus, highest priority)
282 static inline struct plist_node *plist_first(const struct plist_head *head) plist_first() function
/linux-4.1.27/kernel/power/
H A Dqos.c159 return plist_first(&c->list)->prio; pm_qos_get_value()

Completed in 118 milliseconds