Lines Matching defs:head
61 static inline void list_add(struct list_head *new, struct list_head *head) in list_add()
75 static inline void list_add_tail(struct list_head *new, struct list_head *head) in list_add_tail()
154 static inline void list_move(struct list_head *list, struct list_head *head) in list_move()
166 struct list_head *head) in list_move_tail()
178 const struct list_head *head) in list_is_last()
187 static inline int list_empty(const struct list_head *head) in list_empty()
205 static inline int list_empty_careful(const struct list_head *head) in list_empty_careful()
215 static inline void list_rotate_left(struct list_head *head) in list_rotate_left()
229 static inline int list_is_singular(const struct list_head *head) in list_is_singular()
235 struct list_head *head, struct list_head *entry) in __list_cut_position()
261 struct list_head *head, struct list_head *entry) in list_cut_position()
294 struct list_head *head) in list_splice()
306 struct list_head *head) in list_splice_tail()
320 struct list_head *head) in list_splice_init()
337 struct list_head *head) in list_splice_tail_init()
408 #define list_for_each(pos, head) \ argument
416 #define list_for_each_prev(pos, head) \ argument
425 #define list_for_each_safe(pos, n, head) \ argument
435 #define list_for_each_prev_safe(pos, n, head) \ argument
446 #define list_for_each_entry(pos, head, member) \ argument
457 #define list_for_each_entry_reverse(pos, head, member) \ argument
470 #define list_prepare_entry(pos, head, member) \ argument
482 #define list_for_each_entry_continue(pos, head, member) \ argument
496 #define list_for_each_entry_continue_reverse(pos, head, member) \ argument
509 #define list_for_each_entry_from(pos, head, member) \ argument
520 #define list_for_each_entry_safe(pos, n, head, member) \ argument
536 #define list_for_each_entry_safe_continue(pos, n, head, member) \ argument
552 #define list_for_each_entry_safe_from(pos, n, head, member) \ argument
567 #define list_for_each_entry_safe_reverse(pos, n, head, member) \ argument
696 #define hlist_for_each(pos, head) \ argument
699 #define hlist_for_each_safe(pos, n, head) \ argument
714 #define hlist_for_each_entry(pos, head, member) \ argument
745 #define hlist_for_each_entry_safe(pos, n, head, member) \ argument
769 #define list_for_each_from(pos, head) \ argument