Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/linux/
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);
/kernel/linux/linux-5.10/lib/
Dpercpu-refcount.c62 int percpu_ref_init(struct percpu_ref *ref, percpu_ref_func_t *release, in percpu_ref_init()
208 percpu_ref_func_t *confirm_switch) in __percpu_ref_switch_to_atomic()
259 percpu_ref_func_t *confirm_switch) in __percpu_ref_switch_mode()
300 percpu_ref_func_t *confirm_switch) in percpu_ref_switch_to_atomic()
377 percpu_ref_func_t *confirm_kill) in percpu_ref_kill_and_confirm()