Lines Matching defs:head
86 #define PLIST_HEAD_INIT(head) \ argument
95 #define PLIST_HEAD(head) \ argument
115 plist_head_init(struct plist_head *head) in plist_head_init()
142 #define plist_for_each(pos, head) \ argument
152 #define plist_for_each_continue(pos, head) \ argument
163 #define plist_for_each_safe(pos, n, head) \ argument
172 #define plist_for_each_entry(pos, head, mem) \ argument
184 #define plist_for_each_entry_continue(pos, head, m) \ argument
196 #define plist_for_each_entry_safe(pos, n, head, m) \ argument
203 static inline int plist_head_empty(const struct plist_head *head) in plist_head_empty()
226 # define plist_first_entry(head, type, member) \ argument
232 # define plist_first_entry(head, type, member) \ argument
243 # define plist_last_entry(head, type, member) \ argument
249 # define plist_last_entry(head, type, member) \ argument
273 static inline struct plist_node *plist_first(const struct plist_head *head) in plist_first()
285 static inline struct plist_node *plist_last(const struct plist_head *head) in plist_last()