Lines Matching refs:percpu_ref

41 static unsigned long __percpu *percpu_count_ptr(struct percpu_ref *ref)  in percpu_count_ptr()
62 int percpu_ref_init(struct percpu_ref *ref, percpu_ref_func_t *release, in percpu_ref_init()
106 static void __percpu_ref_exit(struct percpu_ref *ref) in __percpu_ref_exit()
128 void percpu_ref_exit(struct percpu_ref *ref) in percpu_ref_exit()
152 struct percpu_ref *ref = data->ref; in percpu_ref_call_confirm_rcu()
169 struct percpu_ref *ref = data->ref; in percpu_ref_switch_to_atomic_rcu()
202 static void percpu_ref_noop_confirm_switch(struct percpu_ref *ref) in percpu_ref_noop_confirm_switch()
206 static void __percpu_ref_switch_to_atomic(struct percpu_ref *ref, in __percpu_ref_switch_to_atomic()
229 static void __percpu_ref_switch_to_percpu(struct percpu_ref *ref) in __percpu_ref_switch_to_percpu()
257 static void __percpu_ref_switch_mode(struct percpu_ref *ref, in __percpu_ref_switch_mode()
298 void percpu_ref_switch_to_atomic(struct percpu_ref *ref, in percpu_ref_switch_to_atomic()
320 void percpu_ref_switch_to_atomic_sync(struct percpu_ref *ref) in percpu_ref_switch_to_atomic_sync()
345 void percpu_ref_switch_to_percpu(struct percpu_ref *ref) in percpu_ref_switch_to_percpu()
375 void percpu_ref_kill_and_confirm(struct percpu_ref *ref, in percpu_ref_kill_and_confirm()
402 bool percpu_ref_is_zero(struct percpu_ref *ref) in percpu_ref_is_zero()
433 void percpu_ref_reinit(struct percpu_ref *ref) in percpu_ref_reinit()
455 void percpu_ref_resurrect(struct percpu_ref *ref) in percpu_ref_resurrect()