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()
419 #define list_for_each(pos, head) \ argument
427 #define list_for_each_prev(pos, head) \ argument
436 #define list_for_each_safe(pos, n, head) \ argument
446 #define list_for_each_prev_safe(pos, n, head) \ argument
457 #define list_for_each_entry(pos, head, member) \ argument
468 #define list_for_each_entry_reverse(pos, head, member) \ argument
481 #define list_prepare_entry(pos, head, member) \ argument
493 #define list_for_each_entry_continue(pos, head, member) \ argument
507 #define list_for_each_entry_continue_reverse(pos, head, member) \ argument
520 #define list_for_each_entry_from(pos, head, member) \ argument
531 #define list_for_each_entry_safe(pos, n, head, member) \ argument
547 #define list_for_each_entry_safe_continue(pos, n, head, member) \ argument
563 #define list_for_each_entry_safe_from(pos, n, head, member) \ argument
578 #define list_for_each_entry_safe_reverse(pos, n, head, member) \ argument
707 #define hlist_for_each(pos, head) \ argument
710 #define hlist_for_each_safe(pos, n, head) \ argument
725 #define hlist_for_each_entry(pos, head, member) \ argument
756 #define hlist_for_each_entry_safe(pos, n, head, member) \ argument
780 #define list_for_each_from(pos, head) \ argument