Lines Matching defs:head
93 #define PLIST_HEAD_INIT(head) \ argument
102 #define PLIST_HEAD(head) \ argument
122 plist_head_init(struct plist_head *head) in plist_head_init()
149 #define plist_for_each(pos, head) \ argument
159 #define plist_for_each_continue(pos, head) \ argument
170 #define plist_for_each_safe(pos, n, head) \ argument
179 #define plist_for_each_entry(pos, head, mem) \ argument
191 #define plist_for_each_entry_continue(pos, head, m) \ argument
203 #define plist_for_each_entry_safe(pos, n, head, m) \ argument
210 static inline int plist_head_empty(const struct plist_head *head) in plist_head_empty()
233 # define plist_first_entry(head, type, member) \ argument
239 # define plist_first_entry(head, type, member) \ argument
250 # define plist_last_entry(head, type, member) \ argument
256 # define plist_last_entry(head, type, member) \ argument
280 static inline struct plist_node *plist_first(const struct plist_head *head) in plist_first()
292 static inline struct plist_node *plist_last(const struct plist_head *head) in plist_last()