Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dpercpu-refcount.h55 typedef void (percpu_ref_func_t)(struct percpu_ref *); typedef
90 percpu_ref_func_t *release;
91 percpu_ref_func_t *confirm_switch;
97 percpu_ref_func_t *release, unsigned int flags,
101 percpu_ref_func_t *confirm_switch);
104 percpu_ref_func_t *confirm_kill);
/linux-4.4.14/lib/
Dpercpu-refcount.c58 int percpu_ref_init(struct percpu_ref *ref, percpu_ref_func_t *release, in percpu_ref_init()
162 percpu_ref_func_t *confirm_switch) in __percpu_ref_switch_to_atomic()
220 percpu_ref_func_t *confirm_switch) in percpu_ref_switch_to_atomic()
300 percpu_ref_func_t *confirm_kill) in percpu_ref_kill_and_confirm()