Lines Matching defs:head
60 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()
153 static inline void list_move(struct list_head *list, struct list_head *head) in list_move()
165 struct list_head *head) in list_move_tail()
177 const struct list_head *head) in list_is_last()
186 static inline int list_empty(const struct list_head *head) in list_empty()
204 static inline int list_empty_careful(const struct list_head *head) in list_empty_careful()
214 static inline void list_rotate_left(struct list_head *head) in list_rotate_left()
228 static inline int list_is_singular(const struct list_head *head) in list_is_singular()
234 struct list_head *head, struct list_head *entry) in __list_cut_position()
260 struct list_head *head, struct list_head *entry) in list_cut_position()
293 struct list_head *head) in list_splice()
305 struct list_head *head) in list_splice_tail()
319 struct list_head *head) in list_splice_init()
336 struct list_head *head) in list_splice_tail_init()
407 #define list_for_each(pos, head) \ argument
415 #define list_for_each_prev(pos, head) \ argument
424 #define list_for_each_safe(pos, n, head) \ argument
434 #define list_for_each_prev_safe(pos, n, head) \ argument
445 #define list_for_each_entry(pos, head, member) \ argument
456 #define list_for_each_entry_reverse(pos, head, member) \ argument
469 #define list_prepare_entry(pos, head, member) \ argument
481 #define list_for_each_entry_continue(pos, head, member) \ argument
495 #define list_for_each_entry_continue_reverse(pos, head, member) \ argument
508 #define list_for_each_entry_from(pos, head, member) \ argument
519 #define list_for_each_entry_safe(pos, n, head, member) \ argument
535 #define list_for_each_entry_safe_continue(pos, n, head, member) \ argument
551 #define list_for_each_entry_safe_from(pos, n, head, member) \ argument
566 #define list_for_each_entry_safe_reverse(pos, n, head, member) \ argument
689 #define hlist_for_each(pos, head) \ argument
692 #define hlist_for_each_safe(pos, n, head) \ argument
707 #define hlist_for_each_entry(pos, head, member) \ argument
738 #define hlist_for_each_entry_safe(pos, n, head, member) \ argument