Home
last modified time | relevance | path

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

12

/linux/include/linux/
A Dpercpu-refcount.h59 struct percpu_ref;
60 typedef void (percpu_ref_func_t)(struct percpu_ref *);
102 struct percpu_ref *ref;
105 struct percpu_ref { struct
121 int __must_check percpu_ref_init(struct percpu_ref *ref,
124 void percpu_ref_exit(struct percpu_ref *ref);
125 void percpu_ref_switch_to_atomic(struct percpu_ref *ref,
129 void percpu_ref_kill_and_confirm(struct percpu_ref *ref,
131 void percpu_ref_resurrect(struct percpu_ref *ref);
132 void percpu_ref_reinit(struct percpu_ref *ref);
[all …]
A Dmemremap.h112 struct percpu_ref *ref;
113 struct percpu_ref internal_ref;
A Dbacking-dev-defs.h156 struct percpu_ref refcnt; /* used only for !root wb's */
A Dcgroup-defs.h150 struct percpu_ref refcnt;
A Dblk-cgroup.h121 struct percpu_ref refcnt;
A Dbpf-cgroup.h151 struct percpu_ref refcnt;
A Dswap.h247 struct percpu_ref users; /* indicate and keep swap device valid. */
/linux/lib/
A Dpercpu-refcount.c107 static void __percpu_ref_exit(struct percpu_ref *ref) in __percpu_ref_exit()
129 void percpu_ref_exit(struct percpu_ref *ref) in percpu_ref_exit()
153 struct percpu_ref *ref = data->ref; in percpu_ref_call_confirm_rcu()
170 struct percpu_ref *ref = data->ref; in percpu_ref_switch_to_atomic_rcu()
263 static void __percpu_ref_switch_mode(struct percpu_ref *ref, in __percpu_ref_switch_mode()
304 void percpu_ref_switch_to_atomic(struct percpu_ref *ref, in percpu_ref_switch_to_atomic()
351 void percpu_ref_switch_to_percpu(struct percpu_ref *ref) in percpu_ref_switch_to_percpu()
381 void percpu_ref_kill_and_confirm(struct percpu_ref *ref, in percpu_ref_kill_and_confirm()
408 bool percpu_ref_is_zero(struct percpu_ref *ref) in percpu_ref_is_zero()
439 void percpu_ref_reinit(struct percpu_ref *ref) in percpu_ref_reinit()
[all …]
/linux/drivers/target/
A Dtarget_core_xcopy.h30 struct percpu_ref *remote_lun_ref;
A Dtarget_core_tpg.c435 static void core_tpg_lun_ref_release(struct percpu_ref *ref) in core_tpg_lun_ref_release()
A Dtarget_core_xcopy.c71 struct percpu_ref **_found_lun_ref) in target_xcopy_locate_se_dev_e4()
/linux/drivers/infiniband/ulp/rtrs/
A Drtrs-srv.h82 struct percpu_ref ids_inflight_ref;
/linux/include/rdma/
A Drdmavt_mr.h44 struct percpu_ref refcount;
/linux/drivers/nvme/target/
A Dnvmet.h59 struct percpu_ref ref;
106 struct percpu_ref ref;
A Dcore.c433 static void nvmet_destroy_namespace(struct percpu_ref *ref) in nvmet_destroy_namespace()
775 static void nvmet_confirm_sq(struct percpu_ref *ref) in nvmet_confirm_sq()
812 static void nvmet_sq_free(struct percpu_ref *ref) in nvmet_sq_free()
/linux/drivers/pci/
A Dp2pdma.c696 struct percpu_ref *ref; in pci_alloc_p2pmem()
732 struct percpu_ref *ref; in pci_free_p2pmem()
/linux/include/target/
A Dtarget_core_base.h628 struct percpu_ref cmd_count;
760 struct percpu_ref lun_ref;
/linux/fs/
A Daio.c96 struct percpu_ref users;
99 struct percpu_ref reqs;
595 static void free_ioctx_reqs(struct percpu_ref *ref) in free_ioctx_reqs()
613 static void free_ioctx_users(struct percpu_ref *ref) in free_ioctx_users()
/linux/tools/testing/nvdimm/test/
A Diomap.c118 static void dev_pagemap_percpu_release(struct percpu_ref *ref) in dev_pagemap_percpu_release()
/linux/mm/
A Dmemremap.c189 static void dev_pagemap_percpu_release(struct percpu_ref *ref) in dev_pagemap_percpu_release()
A Dbacking-dev.c419 static void cgwb_release(struct percpu_ref *refcnt) in cgwb_release()
/linux/drivers/dma/idxd/
A Didxd.h167 struct percpu_ref wq_active;
/linux/drivers/md/
A Dmd.h452 struct percpu_ref writes_pending;
/linux/kernel/bpf/
A Dtrampoline.c224 static void __bpf_tramp_image_release(struct percpu_ref *pcref) in __bpf_tramp_image_release()
/linux/drivers/infiniband/sw/rdmavt/
A Dmr.c85 static void __rvt_mregion_complete(struct percpu_ref *ref) in __rvt_mregion_complete()

Completed in 87 milliseconds

12