Home
last modified time | relevance | path

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

12

/linux-6.3-rc2/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 Dbpf-cgroup-defs.h69 struct percpu_ref refcnt;
A Dmemremap.h128 struct percpu_ref ref;
A Dbacking-dev-defs.h149 struct percpu_ref refcnt; /* used only for !root wb's */
A Dcgroup-defs.h163 struct percpu_ref refcnt;
A Dio_uring_types.h214 struct percpu_ref refs;
A Dswap.h268 struct percpu_ref users; /* indicate and keep swap device valid. */
/linux-6.3-rc2/lib/
A Dpercpu-refcount.c108 static void __percpu_ref_exit(struct percpu_ref *ref) in __percpu_ref_exit()
130 void percpu_ref_exit(struct percpu_ref *ref) in percpu_ref_exit()
154 struct percpu_ref *ref = data->ref; in percpu_ref_call_confirm_rcu()
171 struct percpu_ref *ref = data->ref; in percpu_ref_switch_to_atomic_rcu()
265 static void __percpu_ref_switch_mode(struct percpu_ref *ref, in __percpu_ref_switch_mode()
306 void percpu_ref_switch_to_atomic(struct percpu_ref *ref, in percpu_ref_switch_to_atomic()
353 void percpu_ref_switch_to_percpu(struct percpu_ref *ref) in percpu_ref_switch_to_percpu()
383 void percpu_ref_kill_and_confirm(struct percpu_ref *ref, in percpu_ref_kill_and_confirm()
410 bool percpu_ref_is_zero(struct percpu_ref *ref) in percpu_ref_is_zero()
441 void percpu_ref_reinit(struct percpu_ref *ref) in percpu_ref_reinit()
[all …]
/linux-6.3-rc2/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-6.3-rc2/drivers/pci/
A Dp2pdma.c98 struct percpu_ref *ref; in p2pmem_alloc_mmap()
200 struct percpu_ref *ref; in p2pdma_page_free()
822 struct percpu_ref *ref; in pci_alloc_p2pmem()
858 struct percpu_ref *ref; in pci_free_p2pmem()
/linux-6.3-rc2/drivers/infiniband/ulp/rtrs/
A Drtrs-srv.h83 struct percpu_ref ids_inflight_ref;
/linux-6.3-rc2/include/rdma/
A Drdmavt_mr.h44 struct percpu_ref refcount;
/linux-6.3-rc2/io_uring/
A Drsrc.h40 struct percpu_ref refs;
/linux-6.3-rc2/drivers/md/
A Dmd.h318 struct percpu_ref active_io;
477 struct percpu_ref writes_pending;
/linux-6.3-rc2/include/target/
A Dtarget_core_base.h630 struct percpu_ref cmd_count;
762 struct percpu_ref lun_ref;
/linux-6.3-rc2/drivers/nvme/target/
A Dnvmet.h60 struct percpu_ref ref;
106 struct percpu_ref ref;
A Dcore.c439 static void nvmet_destroy_namespace(struct percpu_ref *ref) in nvmet_destroy_namespace()
781 static void nvmet_confirm_sq(struct percpu_ref *ref) in nvmet_confirm_sq()
819 static void nvmet_sq_free(struct percpu_ref *ref) in nvmet_sq_free()
/linux-6.3-rc2/block/
A Dblk-cgroup.h66 struct percpu_ref refcnt;
A Dblk-core.c379 static void blk_queue_usage_counter_release(struct percpu_ref *ref) in blk_queue_usage_counter_release()
/linux-6.3-rc2/fs/
A Daio.c96 struct percpu_ref users;
99 struct percpu_ref reqs;
626 static void free_ioctx_reqs(struct percpu_ref *ref) in free_ioctx_reqs()
644 static void free_ioctx_users(struct percpu_ref *ref) in free_ioctx_users()
/linux-6.3-rc2/mm/
A Dmemremap.c162 static void dev_pagemap_percpu_release(struct percpu_ref *ref) in dev_pagemap_percpu_release()
/linux-6.3-rc2/tools/testing/nvdimm/test/
A Diomap.c109 static void dev_pagemap_percpu_release(struct percpu_ref *ref) in dev_pagemap_percpu_release()
/linux-6.3-rc2/drivers/dma/idxd/
A Didxd.h182 struct percpu_ref wq_active;

Completed in 55 milliseconds

12