Searched refs:percpu_ref_switch_to_atomic (Results 1 - 2 of 2) sorted by relevance

/linux-master/lib/
H A Dpercpu-refcount.c163 /* drop ref from percpu_ref_switch_to_atomic() */
287 * percpu_ref_switch_to_atomic - switch a percpu_ref to atomic mode
306 void percpu_ref_switch_to_atomic(struct percpu_ref *ref, function
318 EXPORT_SYMBOL_GPL(percpu_ref_switch_to_atomic); variable
330 percpu_ref_switch_to_atomic(ref, NULL);
345 * by PERCPU_REF_INIT_ATOMIC or percpu_ref_switch_to_atomic(). If @ref is
379 * process of switching to atomic mode by percpu_ref_switch_to_atomic().
/linux-master/include/linux/
H A Dpercpu-refcount.h125 void percpu_ref_switch_to_atomic(struct percpu_ref *ref,

Completed in 126 milliseconds