percpu_ref_func_t   60 include/linux/percpu-refcount.h typedef void (percpu_ref_func_t)(struct percpu_ref *);
percpu_ref_func_t  102 include/linux/percpu-refcount.h 	percpu_ref_func_t	*release;
percpu_ref_func_t  103 include/linux/percpu-refcount.h 	percpu_ref_func_t	*confirm_switch;
percpu_ref_func_t  110 include/linux/percpu-refcount.h 				 percpu_ref_func_t *release, unsigned int flags,
percpu_ref_func_t  114 include/linux/percpu-refcount.h 				 percpu_ref_func_t *confirm_switch);
percpu_ref_func_t  118 include/linux/percpu-refcount.h 				 percpu_ref_func_t *confirm_kill);
percpu_ref_func_t   60 lib/percpu-refcount.c int percpu_ref_init(struct percpu_ref *ref, percpu_ref_func_t *release,
percpu_ref_func_t  173 lib/percpu-refcount.c 					  percpu_ref_func_t *confirm_switch)
percpu_ref_func_t  223 lib/percpu-refcount.c 				     percpu_ref_func_t *confirm_switch)
percpu_ref_func_t  262 lib/percpu-refcount.c 				 percpu_ref_func_t *confirm_switch)
percpu_ref_func_t  339 lib/percpu-refcount.c 				 percpu_ref_func_t *confirm_kill)