Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dplist.h253 container_of(plist_last(head), type, member); \
257 container_of(plist_last(head), type, member)
292 static inline struct plist_node *plist_last(const struct plist_head *head) in plist_last() function
/OK3568_Linux_fs/kernel/lib/
H A Dplist.c156 if (node == plist_last(head)) in plist_requeue()
219 if (node != plist_last(&test_head)) in plist_test_requeue()
/OK3568_Linux_fs/kernel/kernel/power/
H A Dqos.c71 return plist_last(&c->list)->prio; in pm_qos_get_value()