Lines Matching defs:head

56 static inline void list_add(struct list_head *new, struct list_head *head)  in list_add()
69 static inline void list_add_tail(struct list_head *new, struct list_head *head) in list_add_tail()
138 static inline void list_move(struct list_head *list, struct list_head *head) in list_move()
150 struct list_head *head) in list_move_tail()
162 const struct list_head *head) in list_is_last()
172 static inline int list_is_head(const struct list_head *list, const struct list_head *head) in list_is_head()
181 static inline int list_empty(const struct list_head *head) in list_empty()
199 static inline int list_empty_careful(const struct list_head *head) in list_empty_careful()
209 static inline int list_is_singular(const struct list_head *head) in list_is_singular()
215 struct list_head *head, struct list_head *entry) in __list_cut_position()
241 struct list_head *head, struct list_head *entry) in list_cut_position()
274 struct list_head *head) in list_splice()
286 struct list_head *head) in list_splice_tail()
300 struct list_head *head) in list_splice_init()
317 struct list_head *head) in list_splice_tail_init()
391 #define list_for_each(pos, head) \ argument
399 #define list_for_each_prev(pos, head) \ argument
408 #define list_for_each_safe(pos, n, head) \ argument
418 #define list_for_each_prev_safe(pos, n, head) \ argument
429 #define list_entry_is_head(pos, head, member) \ argument
438 #define list_for_each_entry(pos, head, member) \ argument
449 #define list_for_each_entry_reverse(pos, head, member) \ argument
462 #define list_prepare_entry(pos, head, member) \ argument
474 #define list_for_each_entry_continue(pos, head, member) \ argument
488 #define list_for_each_entry_continue_reverse(pos, head, member) \ argument
501 #define list_for_each_entry_from(pos, head, member) \ argument
512 #define list_for_each_entry_safe(pos, n, head, member) \ argument
528 #define list_for_each_entry_safe_continue(pos, n, head, member) \ argument
544 #define list_for_each_entry_safe_from(pos, n, head, member) \ argument
559 #define list_for_each_entry_safe_reverse(pos, n, head, member) \ argument
569 static inline size_t list_count_nodes(struct list_head *head) in list_count_nodes()
671 #define hlist_for_each(pos, head) \ argument
674 #define hlist_for_each_safe(pos, n, head) \ argument
689 #define hlist_for_each_entry(pos, head, member) \ argument
720 #define hlist_for_each_entry_safe(pos, n, head, member) \ argument