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

/linux-master/include/linux/
H A Dplist.h246 container_of(plist_last(head), type, member); \
250 container_of(plist_last(head), type, member)
280 * plist_last - return the last node (and thus, lowest priority)
285 static inline struct plist_node *plist_last(const struct plist_head *head) function
/linux-master/lib/
H A Dplist.c154 if (node == plist_last(head))
216 if (node != plist_last(&test_head))
/linux-master/kernel/power/
H A Dqos.c68 return plist_last(&c->list)->prio;

Completed in 102 milliseconds