Searched defs:head (Results 1 – 3 of 3) sorted by relevance
57 static inline void list_add(struct list_head *new_node, struct list_head *head) in list_add()63 struct list_head *head) in list_add_tail()85 static inline _Bool list_empty(const struct list_head *head) in list_empty()91 struct list_head *head) in list_splice_node()104 static inline void list_splice(const struct list_head *list, struct list_head *head) in list_splice()112 struct list_head *head) in list_splice_init()123 #define list_for_each(pos, head) \ argument126 #define list_for_each_safe(pos, n, head) \ argument157 #define hlist_for_each(pos, head) \ argument
17 uint32_t head; member
790 uint32_t head; /* offset from base, to read */ member
Completed in 8 milliseconds