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