Searched defs:head (Results 1 – 2 of 2) sorted by relevance
46 static inline int list_empty(const struct list_head *head) in list_empty()61 static inline void list_add(struct list_head *new, struct list_head *head) in list_add()77 static inline void list_move(struct list_head *list, struct list_head *head) in list_move()
113 u8 head, tail; member