Searched refs:percpu_ref_switch_to_percpu (Results 1 - 4 of 4) sorted by relevance

/linux-master/lib/
H A Dpercpu-refcount.c300 * cycles until percpu_ref_switch_to_percpu() is called.
336 * percpu_ref_switch_to_percpu - switch a percpu_ref to percpu mode
353 void percpu_ref_switch_to_percpu(struct percpu_ref *ref) function
364 EXPORT_SYMBOL_GPL(percpu_ref_switch_to_percpu); variable
/linux-master/include/linux/
H A Dpercpu-refcount.h75 * operation using percpu_ref_switch_to_percpu(). If initialized
77 * percpu_ref_switch_to_percpu() is invoked on it.
128 void percpu_ref_switch_to_percpu(struct percpu_ref *ref);
/linux-master/block/
H A Dblk-sysfs.c837 percpu_ref_switch_to_percpu(&q->q_usage_counter);
/linux-master/drivers/md/
H A Dmd.c2660 percpu_ref_switch_to_percpu(&mddev->writes_pending);

Completed in 163 milliseconds