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()
369 #define list_for_each(pos, head) \ argument
380 #define __list_for_each(pos, head) \ argument
388 #define list_for_each_prev(pos, head) \ argument
397 #define list_for_each_safe(pos, n, head) \ argument
407 #define list_for_each_prev_safe(pos, n, head) \ argument
418 #define list_for_each_entry(pos, head, member) \ argument
429 #define list_for_each_entry_reverse(pos, head, member) \ argument
442 #define list_prepare_entry(pos, head, member) \ argument
454 #define list_for_each_entry_continue(pos, head, member) \ argument
468 #define list_for_each_entry_continue_reverse(pos, head, member) \ argument
481 #define list_for_each_entry_from(pos, head, member) \ argument
492 #define list_for_each_entry_safe(pos, n, head, member) \ argument
508 #define list_for_each_entry_safe_continue(pos, n, head, member) \ argument
524 #define list_for_each_entry_safe_from(pos, n, head, member) \ argument
539 #define list_for_each_entry_safe_reverse(pos, n, head, member) \ argument
662 #define hlist_for_each(pos, head) \ argument
665 #define hlist_for_each_safe(pos, n, head) \ argument
676 #define hlist_for_each_entry(tpos, pos, head, member) \ argument
713 #define hlist_for_each_entry_safe(tpos, pos, n, head, member) \ argument