Searched refs:llist_head (Results 1 – 5 of 5) sorted by relevance
54 struct llist_head { struct63 #define LLIST_HEAD(name) struct llist_head name = LLIST_HEAD_INIT(name) argument69 static inline void init_llist_head(struct llist_head *list) in init_llist_head()187 static inline bool llist_empty(const struct llist_head *head) in llist_empty()199 struct llist_head *head);207 static inline bool llist_add(struct llist_node *new, struct llist_head *head) in llist_add()220 static inline struct llist_node *llist_del_all(struct llist_head *head) in llist_del_all()225 extern struct llist_node *llist_del_first(struct llist_head *head);
68 struct llist_head free; /* Free queue head */
112 struct llist_head sc_recv_ctxts;
453 struct llist_head connector_free_list;
490 struct llist_head addlist;491 struct llist_head dellist;