Home
last modified time | relevance | path

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

12345

/dports/multimedia/libv4l/linux-5.13-rc2/include/linux/
H 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 …]
H A Dmemremap.h112 struct percpu_ref *ref;
113 struct percpu_ref internal_ref;
H A Dbacking-dev-defs.h151 struct percpu_ref refcnt; /* used only for !root wb's */
/dports/multimedia/v4l_compat/linux-5.13-rc2/include/linux/
H 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 …]
H A Dmemremap.h112 struct percpu_ref *ref;
113 struct percpu_ref internal_ref;
H A Dbacking-dev-defs.h151 struct percpu_ref refcnt; /* used only for !root wb's */
/dports/multimedia/v4l-utils/linux-5.13-rc2/include/linux/
H 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 …]
H A Dmemremap.h112 struct percpu_ref *ref;
113 struct percpu_ref internal_ref;
H A Dbacking-dev-defs.h151 struct percpu_ref refcnt; /* used only for !root wb's */
/dports/multimedia/v4l_compat/linux-5.13-rc2/lib/
H 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 …]
/dports/multimedia/libv4l/linux-5.13-rc2/lib/
H 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 …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/lib/
H 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 …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/target/
H A Dtarget_core_xcopy.h30 struct percpu_ref *remote_lun_ref;
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/target/
H A Dtarget_core_xcopy.h30 struct percpu_ref *remote_lun_ref;
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/target/
H A Dtarget_core_xcopy.h30 struct percpu_ref *remote_lun_ref;
/dports/multimedia/libv4l/linux-5.13-rc2/include/rdma/
H A Drdmavt_mr.h44 struct percpu_ref refcount;
/dports/multimedia/v4l_compat/linux-5.13-rc2/include/rdma/
H A Drdmavt_mr.h44 struct percpu_ref refcount;
/dports/multimedia/v4l-utils/linux-5.13-rc2/include/rdma/
H A Drdmavt_mr.h44 struct percpu_ref refcount;
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/nvme/target/
H A Dnvmet.h58 struct percpu_ref ref;
104 struct percpu_ref ref;
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/nvme/target/
H A Dnvmet.h58 struct percpu_ref ref;
104 struct percpu_ref ref;
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/nvme/target/
H A Dnvmet.h58 struct percpu_ref ref;
104 struct percpu_ref ref;
/dports/multimedia/v4l_compat/linux-5.13-rc2/include/target/
H A Dtarget_core_base.h623 struct percpu_ref cmd_count;
755 struct percpu_ref lun_ref;
/dports/multimedia/libv4l/linux-5.13-rc2/include/target/
H A Dtarget_core_base.h623 struct percpu_ref cmd_count;
755 struct percpu_ref lun_ref;
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/pci/
H A Dp2pdma.c677 struct percpu_ref *ref; in pci_alloc_p2pmem()
712 struct percpu_ref *ref; in pci_free_p2pmem()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/pci/
H A Dp2pdma.c677 struct percpu_ref *ref; in pci_alloc_p2pmem()
712 struct percpu_ref *ref; in pci_free_p2pmem()

12345