Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dpercpu-refcount.h60 typedef void (percpu_ref_func_t)(struct percpu_ref *); typedef
97 percpu_ref_func_t *release;
98 percpu_ref_func_t *confirm_switch;
122 percpu_ref_func_t *release, unsigned int flags,
126 percpu_ref_func_t *confirm_switch);
130 percpu_ref_func_t *confirm_kill);
/linux/lib/
H A Dpercpu-refcount.c63 int percpu_ref_init(struct percpu_ref *ref, percpu_ref_func_t *release, in percpu_ref_init()
214 percpu_ref_func_t *confirm_switch) in __percpu_ref_switch_to_atomic()
266 percpu_ref_func_t *confirm_switch) in __percpu_ref_switch_mode()
307 percpu_ref_func_t *confirm_switch) in percpu_ref_switch_to_atomic()
384 percpu_ref_func_t *confirm_kill) in percpu_ref_kill_and_confirm()