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

/external/kernel-headers/original/linux/
H A Dplist.h228 container_of(plist_first(head), type, member); \
232 container_of(plist_first(head), type, member)
236 * plist_first - return the first node (and thus, highest priority)
242 static inline struct plist_node* plist_first(const struct plist_head *head) function

Completed in 95 milliseconds