llist_head 762 arch/powerpc/kvm/book3s_hv_nested.c struct llist_node *entry = ((struct llist_head *) rmapp)->first; llist_head 783 arch/powerpc/kvm/book3s_hv_nested.c llist_add(&((*n_rmap)->list), (struct llist_head *) rmapp); llist_head 828 arch/powerpc/kvm/book3s_hv_nested.c struct llist_node *entry = ((struct llist_head *) rmapp)->first; llist_head 866 arch/powerpc/kvm/book3s_hv_nested.c struct llist_node *entry = llist_del_all((struct llist_head *) rmapp); llist_head 908 arch/powerpc/kvm/book3s_hv_nested.c entry = llist_del_all((struct llist_head *) rmapp); llist_head 821 drivers/acpi/apei/ghes.c static struct llist_head ghes_estatus_llist; llist_head 321 drivers/gpu/drm/i915/gt/intel_engine_types.h struct llist_head barrier_tasks; llist_head 41 drivers/gpu/drm/i915/gt/intel_engine_user.c (struct llist_head *)&engine->i915->uabi_engines); llist_head 73 drivers/gpu/drm/i915/gt/intel_engine_user.c return llist_del_all((struct llist_head *)&i915->uabi_engines); llist_head 60 drivers/gpu/drm/i915/i915_active_types.h struct llist_head preallocated_barriers; llist_head 664 drivers/gpu/drm/i915/i915_drv.h struct llist_head free_list; llist_head 1486 drivers/gpu/drm/i915/i915_drv.h struct llist_head free_list; llist_head 1537 drivers/gpu/drm/i915/i915_drv.h struct llist_head free_list; llist_head 179 drivers/gpu/drm/msm/msm_drv.h struct llist_head free_list; llist_head 1186 drivers/infiniband/sw/siw/siw_qp_tx.c struct llist_head active; llist_head 111 drivers/md/bcache/closure.h struct llist_head list; llist_head 662 drivers/md/raid5.h struct llist_head released_stripes; llist_head 95 drivers/nvme/target/tcp.c struct llist_head resp_list; llist_head 203 drivers/vhost/scsi.c struct llist_head vs_completion_list; /* cmd completion queue */ llist_head 206 drivers/vhost/scsi.c struct llist_head vs_event_list; /* evt injection queue */ llist_head 165 drivers/vhost/vhost.h struct llist_head work_list; llist_head 908 fs/f2fs/f2fs.h struct llist_head issue_list; /* list for command issue */ llist_head 421 fs/ocfs2/ocfs2.h struct llist_head dquot_drop_list; llist_head 453 include/drm/drm_mode_config.h struct llist_head connector_free_list; llist_head 63 include/linux/llist.h #define LLIST_HEAD(name) struct llist_head name = LLIST_HEAD_INIT(name) llist_head 69 include/linux/llist.h static inline void init_llist_head(struct llist_head *list) llist_head 187 include/linux/llist.h static inline bool llist_empty(const struct llist_head *head) llist_head 199 include/linux/llist.h struct llist_head *head); llist_head 207 include/linux/llist.h static inline bool llist_add(struct llist_node *new, struct llist_head *head) llist_head 220 include/linux/llist.h static inline struct llist_node *llist_del_all(struct llist_head *head) llist_head 225 include/linux/llist.h extern struct llist_node *llist_del_first(struct llist_head *head); llist_head 488 include/linux/mlx5/driver.h struct llist_head addlist; llist_head 489 include/linux/mlx5/driver.h struct llist_head dellist; llist_head 111 include/linux/sunrpc/svc_rdma.h struct llist_head sc_recv_ctxts; llist_head 91 include/linux/tty.h struct llist_head free; /* Free queue head */ llist_head 24 kernel/irq_work.c static DEFINE_PER_CPU(struct llist_head, raised_list); llist_head 25 kernel/irq_work.c static DEFINE_PER_CPU(struct llist_head, lazy_list); llist_head 127 kernel/irq_work.c struct llist_head *raised, *lazy; llist_head 142 kernel/irq_work.c static void irq_work_run_list(struct llist_head *list) llist_head 187 kernel/irq_work.c struct llist_head *raised = this_cpu_ptr(&raised_list); llist_head 92 kernel/module.c static struct llist_head init_free_list; llist_head 1001 kernel/sched/sched.h struct llist_head wake_list; llist_head 39 kernel/smp.c static DEFINE_PER_CPU_SHARED_ALIGNED(struct llist_head, call_single_queue); llist_head 212 kernel/smp.c struct llist_head *head; llist_head 27 lib/llist.c struct llist_head *head) llist_head 53 lib/llist.c struct llist_node *llist_del_first(struct llist_head *head) llist_head 46 mm/vmalloc.c struct llist_head list; llist_head 99 net/rds/ib_mr.h struct llist_head drop_list; /* MRs not reached max_maps */ llist_head 100 net/rds/ib_mr.h struct llist_head free_list; /* unused MRs */ llist_head 101 net/rds/ib_mr.h struct llist_head clean_list; /* unused & unmapped MRs */ llist_head 285 net/rds/ib_rdma.c static unsigned int llist_append_to_list(struct llist_head *llist, llist_head 378 net/sunrpc/xprtrdma/xprt_rdma.h struct llist_head rb_free_reps;