Lines Matching defs:head

84 static inline void list_add(struct list_head *new, struct list_head *head)  in list_add()
98 static inline void list_add_tail(struct list_head *new, struct list_head *head) in list_add_tail()
213 static inline void list_move(struct list_head *list, struct list_head *head) in list_move()
225 struct list_head *head) in list_move_tail()
240 static inline void list_bulk_move_tail(struct list_head *head, in list_bulk_move_tail()
260 const struct list_head *head) in list_is_first()
271 const struct list_head *head) in list_is_last()
280 static inline int list_empty(const struct list_head *head) in list_empty()
316 static inline int list_empty_careful(const struct list_head *head) in list_empty_careful()
326 static inline void list_rotate_left(struct list_head *head) in list_rotate_left()
344 struct list_head *head) in list_rotate_to_front()
358 static inline int list_is_singular(const struct list_head *head) in list_is_singular()
364 struct list_head *head, struct list_head *entry) in __list_cut_position()
390 struct list_head *head, struct list_head *entry) in list_cut_position()
418 struct list_head *head, in list_cut_before()
453 struct list_head *head) in list_splice()
465 struct list_head *head) in list_splice_tail()
479 struct list_head *head) in list_splice_init()
496 struct list_head *head) in list_splice_tail_init()
570 #define list_for_each(pos, head) \ argument
580 #define list_for_each_continue(pos, head) \ argument
588 #define list_for_each_prev(pos, head) \ argument
597 #define list_for_each_safe(pos, n, head) \ argument
607 #define list_for_each_prev_safe(pos, n, head) \ argument
618 #define list_entry_is_head(pos, head, member) \ argument
627 #define list_for_each_entry(pos, head, member) \ argument
638 #define list_for_each_entry_reverse(pos, head, member) \ argument
651 #define list_prepare_entry(pos, head, member) \ argument
663 #define list_for_each_entry_continue(pos, head, member) \ argument
677 #define list_for_each_entry_continue_reverse(pos, head, member) \ argument
690 #define list_for_each_entry_from(pos, head, member) \ argument
703 #define list_for_each_entry_from_reverse(pos, head, member) \ argument
714 #define list_for_each_entry_safe(pos, n, head, member) \ argument
730 #define list_for_each_entry_safe_continue(pos, n, head, member) \ argument
746 #define list_for_each_entry_safe_from(pos, n, head, member) \ argument
761 #define list_for_each_entry_safe_reverse(pos, n, head, member) \ argument
974 #define hlist_for_each(pos, head) \ argument
977 #define hlist_for_each_safe(pos, n, head) \ argument
992 #define hlist_for_each_entry(pos, head, member) \ argument
1023 #define hlist_for_each_entry_safe(pos, n, head, member) \ argument