Home
last modified time | relevance | path

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

/openbmc/linux/lib/
H A Dpercpu-refcount.c328 void percpu_ref_switch_to_atomic_sync(struct percpu_ref *ref) in percpu_ref_switch_to_atomic_sync() function
333 EXPORT_SYMBOL_GPL(percpu_ref_switch_to_atomic_sync);
/openbmc/linux/block/
H A Dblk-pm.c88 percpu_ref_switch_to_atomic_sync(&q->q_usage_counter); in blk_pre_runtime_suspend()
/openbmc/linux/include/linux/
H A Dpercpu-refcount.h127 void percpu_ref_switch_to_atomic_sync(struct percpu_ref *ref);
/openbmc/linux/drivers/md/
H A Dmd.c2558 percpu_ref_switch_to_atomic_sync(&mddev->writes_pending); in set_in_sync()