Home
last modified time | relevance | path

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

/openbmc/linux/lib/
H A Dpercpu-refcount.c353 void percpu_ref_switch_to_percpu(struct percpu_ref *ref) in percpu_ref_switch_to_percpu() function
364 EXPORT_SYMBOL_GPL(percpu_ref_switch_to_percpu);
/openbmc/linux/include/linux/
H A Dpercpu-refcount.h128 void percpu_ref_switch_to_percpu(struct percpu_ref *ref);
/openbmc/linux/block/
H A Dblk-sysfs.c847 percpu_ref_switch_to_percpu(&q->q_usage_counter); in blk_register_queue()
/openbmc/linux/drivers/md/
H A Dmd.c2572 percpu_ref_switch_to_percpu(&mddev->writes_pending); in set_in_sync()