Lines Matching defs:head
61 static inline void list_add(struct list_head *new, struct list_head *head) in list_add()
74 static inline void list_add_tail(struct list_head *new, struct list_head *head) in list_add_tail()
143 static inline void list_move(struct list_head *list, struct list_head *head) in list_move()
155 struct list_head *head) in list_move_tail()
167 const struct list_head *head) in list_is_last()
176 static inline int list_empty(const struct list_head *head) in list_empty()
194 static inline int list_empty_careful(const struct list_head *head) in list_empty_careful()
204 static inline int list_is_singular(const struct list_head *head) in list_is_singular()
210 struct list_head *head, struct list_head *entry) in __list_cut_position()
236 struct list_head *head, struct list_head *entry) in list_cut_position()
269 struct list_head *head) in list_splice()
281 struct list_head *head) in list_splice_tail()
295 struct list_head *head) in list_splice_init()
312 struct list_head *head) in list_splice_tail_init()
370 #define list_for_each(pos, head) \ argument
384 #define __list_for_each(pos, head) \ argument
392 #define list_for_each_prev(pos, head) \ argument
402 #define list_for_each_safe(pos, n, head) \ argument
412 #define list_for_each_prev_safe(pos, n, head) \ argument
423 #define list_for_each_entry(pos, head, member) \ argument
434 #define list_for_each_entry_reverse(pos, head, member) \ argument
447 #define list_prepare_entry(pos, head, member) \ argument
459 #define list_for_each_entry_continue(pos, head, member) \ argument
473 #define list_for_each_entry_continue_reverse(pos, head, member) \ argument
486 #define list_for_each_entry_from(pos, head, member) \ argument
497 #define list_for_each_entry_safe(pos, n, head, member) \ argument
513 #define list_for_each_entry_safe_continue(pos, n, head, member) \ argument
529 #define list_for_each_entry_safe_from(pos, n, head, member) \ argument
544 #define list_for_each_entry_safe_reverse(pos, n, head, member) \ argument
641 #define hlist_for_each(pos, head) \ argument
645 #define hlist_for_each_safe(pos, n, head) \ argument
656 #define hlist_for_each_entry(tpos, pos, head, member) \ argument
693 #define hlist_for_each_entry_safe(tpos, pos, n, head, member) \ argument