/openbmc/linux/include/linux/ |
H A D | llist.h | 56 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 …]
|
H A D | io_uring_types.h | 66 struct llist_head task_list; 288 struct llist_head work_llist; 357 struct llist_head fallback_llist;
|
H A D | tty_buffer.h | 41 struct llist_head free; /* Free queue head */
|
/openbmc/linux/kernel/ |
H A D | irq_work.c | 27 static DEFINE_PER_CPU(struct llist_head, raised_list); 28 static DEFINE_PER_CPU(struct llist_head, lazy_list); 90 struct llist_head *list; in __irq_work_queue_local() 186 struct llist_head *raised, *lazy; in irq_work_needs_cpu() 235 static void irq_work_run_list(struct llist_head *list) in irq_work_run_list() 271 struct llist_head *raised = this_cpu_ptr(&raised_list); in irq_work_tick()
|
H A D | smp.c | 47 static DEFINE_PER_CPU_SHARED_ALIGNED(struct llist_head, call_single_queue); 449 struct llist_head *head; in __flush_smp_call_function_queue()
|
/openbmc/linux/net/rds/ |
H A D | ib_mr.h | 97 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 */
|
/openbmc/linux/lib/ |
H A D | llist.c | 27 struct llist_head *head) in llist_add_batch() 53 struct llist_node *llist_del_first(struct llist_head *head) in llist_del_first()
|
/openbmc/linux/include/linux/sunrpc/ |
H A D | svc_rdma.h | 93 struct llist_head sc_send_ctxts; 95 struct llist_head sc_rw_ctxts; 111 struct llist_head sc_recv_ctxts;
|
/openbmc/linux/kernel/bpf/ |
H A D | memalloc.c | 84 struct llist_head free_llist; 92 struct llist_head free_llist_extra; 105 struct llist_head free_by_rcu; 107 struct llist_head waiting_for_gp; 111 struct llist_head free_llist_extra_rcu; 114 struct llist_head free_by_rcu_ttrace; 115 struct llist_head waiting_for_gp_ttrace; 124 static struct llist_node notrace *__llist_del_first(struct llist_head *head) in __llist_del_first()
|
/openbmc/linux/drivers/gpu/drm/i915/gt/ |
H A D | intel_breadcrumbs_types.h | 40 struct llist_head signaled_requests;
|
H A D | intel_engine_user.c | 42 (struct llist_head *)&engine->i915->uabi_engines); in intel_engine_add_user() 79 return llist_del_all((struct llist_head *)&i915->uabi_engines); in get_engines()
|
H A D | intel_gt_types.h | 145 struct llist_head list;
|
H A D | intel_engine_types.h | 416 struct llist_head barrier_tasks;
|
/openbmc/linux/drivers/gpu/drm/i915/ |
H A D | i915_active_types.h | 44 struct llist_head preallocated_barriers;
|
H A D | i915_perf_types.h | 238 struct llist_head oa_config_bos;
|
H A D | i915_request.h | 252 struct llist_head execute_cb;
|
/openbmc/linux/include/drm/ |
H A D | drm_mode_config.h | 470 struct llist_head connector_free_list;
|
/openbmc/linux/drivers/md/bcache/ |
H A D | closure.h | 111 struct llist_head list;
|
/openbmc/linux/drivers/gpu/drm/i915/display/ |
H A D | intel_display_core.h | 299 struct llist_head free_list;
|
/openbmc/linux/arch/powerpc/kvm/ |
H A D | book3s_hv_nested.c | 887 struct llist_node *entry = ((struct llist_head *) rmapp)->first; in kvmhv_insert_nest_rmap() 908 llist_add(&((*n_rmap)->list), (struct llist_head *) rmapp); in kvmhv_insert_nest_rmap() 949 struct llist_node *entry = ((struct llist_head *) rmapp)->first; in kvmhv_update_nest_rmap_rc_list() 987 struct llist_node *entry = llist_del_all((struct llist_head *) rmapp); in kvmhv_remove_nest_rmap_list() 1029 entry = llist_del_all((struct llist_head *) rmapp); in kvmhv_free_memslot_nest_rmap()
|
/openbmc/linux/drivers/vhost/ |
H A D | vhost.h | 34 struct llist_head work_list;
|
/openbmc/linux/net/sunrpc/xprtrdma/ |
H A D | xprt_rdma.h | 378 struct llist_head rb_free_reps;
|
/openbmc/linux/drivers/md/ |
H A D | raid5.h | 668 struct llist_head released_stripes;
|
/openbmc/linux/block/ |
H A D | blk-cgroup.h | 109 struct llist_head __percpu *lhead;
|
H A D | blk-cgroup.c | 87 blkcg->lhead = alloc_percpu_gfp(struct llist_head, GFP_KERNEL); in init_blkcg_llists() 1012 struct llist_head *lhead = per_cpu_ptr(blkcg->lhead, cpu); in __blkcg_rstat_flush() 1073 struct llist_head *plhead; in __blkcg_rstat_flush() 2176 struct llist_head *lhead = this_cpu_ptr(blkcg->lhead); in blk_cgroup_bio_start()
|