Lines Matching full:switching
111 /* non-NULL confirm_switch indicates switching in progress */ in __percpu_ref_exit()
195 "percpu ref (%ps) <= 0 (%ld) after switching to atomic", in percpu_ref_switch_to_atomic_rcu()
215 /* switching from percpu to atomic */ in __percpu_ref_switch_to_atomic()
219 * Non-NULL ->confirm_switch is used to indicate that switching is in __percpu_ref_switch_to_atomic()
265 * If the previous ATOMIC switching hasn't finished yet, wait for in __percpu_ref_switch_mode()
266 * its completion. If the caller ensures that ATOMIC switching in __percpu_ref_switch_mode()
286 * Schedule switching of @ref to atomic mode. All its percpu counts will
294 * This function may block if @ref is in the process of switching to atomic
296 * switching to atomic mode, this function can be called from any context.
316 * Schedule switching the ref to atomic mode, and wait for the
338 * dying or dead, the actual switching takes place on the following
341 * This function may block if @ref is in the process of switching to atomic
343 * switching to atomic mode, this function can be called from any context.
371 * process of switching to atomic mode by percpu_ref_switch_to_atomic().