Searched refs:llist_head (Results 1 – 13 of 13) sorted by relevance
56 struct llist_head { struct65 #define LLIST_HEAD(name) struct llist_head name = LLIST_HEAD_INIT(name) argument71 static inline void init_llist_head(struct llist_head *list) in init_llist_head()216 static inline bool llist_empty(const struct llist_head *head) in llist_empty()236 struct llist_head *head) in llist_add_batch()249 struct llist_head *head) in __llist_add_batch()263 static inline bool llist_add(struct llist_node *new, struct llist_head *head) in llist_add()281 static inline struct llist_node *llist_del_all(struct llist_head *head) in llist_del_all()286 static inline struct llist_node *__llist_del_all(struct llist_head *head) in __llist_del_all()294 extern struct llist_node *llist_del_first(struct llist_head *head);[all …]
41 struct llist_head free; /* Free queue head */
108 struct llist_head task_list;356 struct llist_head work_llist;357 struct llist_head retry_llist;410 struct llist_head fallback_llist;
26 struct llist_head new; /* entries being enqueued */
111 struct llist_head list;
821 struct llist_head __percpu *lhead; /* lockless update list head */
1622 struct llist_head kretprobe_instances;1625 struct llist_head rethooks;
1001 struct llist_head trylock_free_pages;
1570 struct llist_head log; /* list of in-flight stream elements in LIFO order */1578 struct llist_head log;
96 struct llist_head sc_send_ctxts;98 struct llist_head sc_rw_ctxts;115 struct llist_head sc_recv_ctxts;
41 struct llist_head sp_idle_threads; /* idle server threads */
455 struct llist_head connector_free_list;
794 struct llist_head cmd_list;
Completed in 186 milliseconds