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

/linux-master/block/
H A Dblk-pm.c88 percpu_ref_switch_to_atomic_sync(&q->q_usage_counter);
/linux-master/lib/
H A Dpercpu-refcount.c321 * percpu_ref_switch_to_atomic_sync - switch a percpu_ref to atomic mode
328 void percpu_ref_switch_to_atomic_sync(struct percpu_ref *ref) function
333 EXPORT_SYMBOL_GPL(percpu_ref_switch_to_atomic_sync); variable
/linux-master/include/linux/
H A Dpercpu-refcount.h127 void percpu_ref_switch_to_atomic_sync(struct percpu_ref *ref);
/linux-master/drivers/md/
H A Dmd.c2646 percpu_ref_switch_to_atomic_sync(&mddev->writes_pending);

Completed in 359 milliseconds