Home
last modified time | relevance | path

Searched refs:percpu_ref_func_t (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/include/linux/
Dpercpu-refcount.h60 typedef void (percpu_ref_func_t)(struct percpu_ref *); typedef
102 percpu_ref_func_t *release;
103 percpu_ref_func_t *confirm_switch;
110 percpu_ref_func_t *release, unsigned int flags,
114 percpu_ref_func_t *confirm_switch);
118 percpu_ref_func_t *confirm_kill);
/Linux-v5.4/lib/
Dpercpu-refcount.c60 int percpu_ref_init(struct percpu_ref *ref, percpu_ref_func_t *release, in percpu_ref_init()
173 percpu_ref_func_t *confirm_switch) in __percpu_ref_switch_to_atomic()
223 percpu_ref_func_t *confirm_switch) in __percpu_ref_switch_mode()
262 percpu_ref_func_t *confirm_switch) in percpu_ref_switch_to_atomic()
339 percpu_ref_func_t *confirm_kill) in percpu_ref_kill_and_confirm()