Lines Matching full:quiescent
217 * Report expedited quiescent state for specified node. This is a
229 * Report expedited quiescent state for multiple CPUs, all covered by the
256 * Report expedited quiescent state for specified rcu_data (CPU).
398 /* IPI the remaining CPUs for expedited quiescent state. */ in __sync_rcu_exp_select_node_cpus()
434 /* Report quiescent states for those that went offline. */ in __sync_rcu_exp_select_node_cpus()
720 * next rcu_read_unlock() record the quiescent state up the
722 * report the quiescent state.
735 * report the quiescent state, otherwise defer. in rcu_exp_handler()
756 * so that the eventual quiescent state will be reported. in rcu_exp_handler()
758 * can have caused this quiescent state to already have been in rcu_exp_handler()
838 /* Request an expedited quiescent state. */
848 /* Invoked on each online non-idle CPU for expedited quiescent state. */
878 /* Quiescent state either not needed or already requested, leave. */ in sync_sched_exp_online_cleanup()
884 /* Quiescent state needed on current CPU, so set it up locally. */ in sync_sched_exp_online_cleanup()
892 /* Quiescent state needed on some other CPU, send IPI. */ in sync_sched_exp_online_cleanup()
925 * causes the outermost rcu_read_unlock() to report the quiescent state
928 * the IPI handler reports the quiescent state immediately.