| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | llist.h | 54 struct llist_head { struct 63 #define LLIST_HEAD(name) struct llist_head name = LLIST_HEAD_INIT(name) argument 69 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);
|
| H A D | tty.h | 92 struct llist_head free; /* Free queue head */
|
| /OK3568_Linux_fs/kernel/kernel/ |
| H A D | irq_work.c | 24 static DEFINE_PER_CPU(struct llist_head, raised_list); 25 static DEFINE_PER_CPU(struct llist_head, lazy_list); 118 struct llist_head *raised, *lazy; in irq_work_needs_cpu() 158 static void irq_work_run_list(struct llist_head *list) in irq_work_run_list() 186 struct llist_head *raised = this_cpu_ptr(&raised_list); in irq_work_tick()
|
| H A D | smp.c | 42 static DEFINE_PER_CPU_SHARED_ALIGNED(struct llist_head, call_single_queue); 339 struct llist_head *head; in flush_smp_call_function_queue()
|
| /OK3568_Linux_fs/kernel/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 */
|
| H A D | ib_rdma.c | 295 static unsigned int llist_append_to_list(struct llist_head *llist, in llist_append_to_list()
|
| /OK3568_Linux_fs/kernel/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()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/gt/ |
| H A D | intel_breadcrumbs_types.h | 37 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() 74 return llist_del_all((struct llist_head *)&i915->uabi_engines); in get_engines()
|
| H A D | intel_engine_types.h | 347 struct llist_head barrier_tasks;
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/ |
| H A D | i915_active_types.h | 51 struct llist_head preallocated_barriers;
|
| H A D | i915_perf_types.h | 198 struct llist_head oa_config_bos;
|
| H A D | i915_request.h | 216 struct llist_head execute_cb;
|
| H A D | i915_drv.h | 575 struct llist_head free_list; 1018 struct llist_head free_list; 1174 struct llist_head free_list;
|
| /OK3568_Linux_fs/kernel/include/linux/sunrpc/ |
| H A D | svc_rdma.h | 112 struct llist_head sc_recv_ctxts;
|
| /OK3568_Linux_fs/kernel/include/drm/ |
| H A D | drm_mode_config.h | 453 struct llist_head connector_free_list;
|
| /OK3568_Linux_fs/kernel/drivers/md/bcache/ |
| H A D | closure.h | 111 struct llist_head list;
|
| /OK3568_Linux_fs/kernel/arch/powerpc/kvm/ |
| H A D | book3s_hv_nested.c | 807 struct llist_node *entry = ((struct llist_head *) rmapp)->first; in kvmhv_insert_nest_rmap() 828 llist_add(&((*n_rmap)->list), (struct llist_head *) rmapp); in kvmhv_insert_nest_rmap() 869 struct llist_node *entry = ((struct llist_head *) rmapp)->first; in kvmhv_update_nest_rmap_rc_list() 907 struct llist_node *entry = llist_del_all((struct llist_head *) rmapp); in kvmhv_remove_nest_rmap_list() 949 entry = llist_del_all((struct llist_head *) rmapp); in kvmhv_free_memslot_nest_rmap()
|
| /OK3568_Linux_fs/kernel/drivers/dma/idxd/ |
| H A D | idxd.h | 38 struct llist_head pending_llist;
|
| /OK3568_Linux_fs/kernel/drivers/vhost/ |
| H A D | vhost.h | 152 struct llist_head work_list;
|
| /OK3568_Linux_fs/kernel/drivers/md/ |
| H A D | raid5.h | 663 struct llist_head released_stripes;
|
| /OK3568_Linux_fs/kernel/net/sunrpc/xprtrdma/ |
| H A D | xprt_rdma.h | 364 struct llist_head rb_free_reps;
|
| /OK3568_Linux_fs/kernel/include/linux/mlx5/ |
| H A D | driver.h | 488 struct llist_head addlist; 489 struct llist_head dellist;
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/msm/ |
| H A D | msm_drv.h | 183 struct llist_head free_list;
|
| /OK3568_Linux_fs/kernel/fs/ocfs2/ |
| H A D | ocfs2.h | 422 struct llist_head dquot_drop_list;
|