Lines Matching refs:list_head
8 struct list_head name = LIST_HEAD_INIT(name)
15 static inline void INIT_LIST_HEAD(struct list_head *list)
21 static inline void __list_add(struct list_head *new,
22 struct list_head *prev,
23 struct list_head *next)
39 static inline void list_add(struct list_head *new, struct list_head *head)
51 static inline void __list_del(struct list_head * prev, struct list_head * next)
63 static inline void __list_del_entry(struct list_head *entry)
68 static inline void list_del(struct list_head *entry)
75 static inline int list_empty(const struct list_head *head)