Home
last modified time | relevance | path

Searched refs:llist_head (Results 1 – 25 of 39) sorted by relevance

12

/linux/include/linux/
A Dllist.h56 struct llist_head { struct
65 #define LLIST_HEAD(name) struct llist_head name = LLIST_HEAD_INIT(name) argument
71 static inline void init_llist_head(struct llist_head *list) in init_llist_head()
189 static inline bool llist_empty(const struct llist_head *head) in llist_empty()
201 struct llist_head *head);
205 struct llist_head *head) in __llist_add_batch()
219 static inline bool llist_add(struct llist_node *new, struct llist_head *head) in llist_add()
224 static inline bool __llist_add(struct llist_node *new, struct llist_head *head) in __llist_add()
237 static inline struct llist_node *llist_del_all(struct llist_head *head) in llist_del_all()
242 static inline struct llist_node *__llist_del_all(struct llist_head *head) in __llist_del_all()
[all …]
A Dtty_buffer.h43 struct llist_head free; /* Free queue head */
/linux/kernel/
A Dirq_work.c25 static DEFINE_PER_CPU(struct llist_head, raised_list);
26 static DEFINE_PER_CPU(struct llist_head, lazy_list);
80 struct llist_head *list; in __irq_work_queue_local()
176 struct llist_head *raised, *lazy; in irq_work_needs_cpu()
225 static void irq_work_run_list(struct llist_head *list) in irq_work_run_list()
261 struct llist_head *raised = this_cpu_ptr(&raised_list); in irq_work_tick()
A Dsmp.c97 static DEFINE_PER_CPU_SHARED_ALIGNED(struct llist_head, call_single_queue);
565 struct llist_head *head; in flush_smp_call_function_queue()
/linux/net/rds/
A Dib_mr.h97 struct llist_head drop_list; /* MRs not reached max_maps */
98 struct llist_head free_list; /* unused MRs */
99 struct llist_head clean_list; /* unused & unmapped MRs */
A Dib_rdma.c295 static unsigned int llist_append_to_list(struct llist_head *llist, in llist_append_to_list()
/linux/include/linux/sunrpc/
A Dsvc_rdma.h93 struct llist_head sc_send_ctxts;
95 struct llist_head sc_rw_ctxts;
111 struct llist_head sc_recv_ctxts;
/linux/lib/
A Dllist.c27 struct llist_head *head) in llist_add_batch()
53 struct llist_node *llist_del_first(struct llist_head *head) in llist_del_first()
/linux/drivers/gpu/drm/i915/gt/
A Dintel_breadcrumbs_types.h40 struct llist_head signaled_requests;
A Dintel_engine_user.c42 (struct llist_head *)&engine->i915->uabi_engines); in intel_engine_add_user()
75 return llist_del_all((struct llist_head *)&i915->uabi_engines); in get_engines()
A Dintel_gt_types.h95 struct llist_head list;
A Dintel_engine_types.h313 struct llist_head barrier_tasks;
/linux/drivers/gpu/drm/i915/
A Di915_active_types.h46 struct llist_head preallocated_barriers;
A Di915_perf_types.h199 struct llist_head oa_config_bos;
A Di915_request.h242 struct llist_head execute_cb;
/linux/include/drm/
A Ddrm_mode_config.h458 struct llist_head connector_free_list;
/linux/drivers/md/bcache/
A Dclosure.h111 struct llist_head list;
/linux/arch/powerpc/kvm/
A Dbook3s_hv_nested.c879 struct llist_node *entry = ((struct llist_head *) rmapp)->first; in kvmhv_insert_nest_rmap()
900 llist_add(&((*n_rmap)->list), (struct llist_head *) rmapp); in kvmhv_insert_nest_rmap()
941 struct llist_node *entry = ((struct llist_head *) rmapp)->first; in kvmhv_update_nest_rmap_rc_list()
979 struct llist_node *entry = llist_del_all((struct llist_head *) rmapp); in kvmhv_remove_nest_rmap_list()
1021 entry = llist_del_all((struct llist_head *) rmapp); in kvmhv_free_memslot_nest_rmap()
/linux/drivers/vhost/
A Dvhost.h151 struct llist_head work_list;
/linux/drivers/md/
A Draid5.h663 struct llist_head released_stripes;
/linux/fs/xfs/
A Dxfs_mount.h63 struct llist_head list;
/linux/net/sunrpc/xprtrdma/
A Dxprt_rdma.h374 struct llist_head rb_free_reps;
/linux/include/linux/mlx5/
A Ddriver.h473 struct llist_head addlist;
474 struct llist_head dellist;
/linux/drivers/dma/idxd/
A Didxd.h71 struct llist_head pending_llist;
/linux/fs/ocfs2/
A Docfs2.h421 struct llist_head dquot_drop_list;

Completed in 54 milliseconds

12