Lines Matching defs:head
77 static inline void list_add(struct list_head *new, struct list_head *head) in list_add()
91 static inline void list_add_tail(struct list_head *new, struct list_head *head) in list_add_tail()
168 static inline void list_move(struct list_head *list, struct list_head *head) in list_move()
180 struct list_head *head) in list_move_tail()
192 const struct list_head *head) in list_is_last()
201 static inline int list_empty(const struct list_head *head) in list_empty()
219 static inline int list_empty_careful(const struct list_head *head) in list_empty_careful()
229 static inline void list_rotate_left(struct list_head *head) in list_rotate_left()
243 static inline int list_is_singular(const struct list_head *head) in list_is_singular()
249 struct list_head *head, struct list_head *entry) in __list_cut_position()
275 struct list_head *head, struct list_head *entry) in list_cut_position()
303 struct list_head *head, in list_cut_before()
338 struct list_head *head) in list_splice()
350 struct list_head *head) in list_splice_tail()
364 struct list_head *head) in list_splice_init()
381 struct list_head *head) in list_splice_tail_init()
455 #define list_for_each(pos, head) \ argument
463 #define list_for_each_prev(pos, head) \ argument
472 #define list_for_each_safe(pos, n, head) \ argument
482 #define list_for_each_prev_safe(pos, n, head) \ argument
493 #define list_for_each_entry(pos, head, member) \ argument
504 #define list_for_each_entry_reverse(pos, head, member) \ argument
517 #define list_prepare_entry(pos, head, member) \ argument
529 #define list_for_each_entry_continue(pos, head, member) \ argument
543 #define list_for_each_entry_continue_reverse(pos, head, member) \ argument
556 #define list_for_each_entry_from(pos, head, member) \ argument
569 #define list_for_each_entry_from_reverse(pos, head, member) \ argument
580 #define list_for_each_entry_safe(pos, n, head, member) \ argument
596 #define list_for_each_entry_safe_continue(pos, n, head, member) \ argument
612 #define list_for_each_entry_safe_from(pos, n, head, member) \ argument
627 #define list_for_each_entry_safe_reverse(pos, n, head, member) \ argument
766 #define hlist_for_each(pos, head) \ argument
769 #define hlist_for_each_safe(pos, n, head) \ argument
784 #define hlist_for_each_entry(pos, head, member) \ argument
815 #define hlist_for_each_entry_safe(pos, n, head, member) \ argument