Home
last modified time | relevance | path

Searched refs:rcu_forced_tick_exp (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/kernel/rcu/
H A Dtree_exp.h245 if (!IS_ENABLED(CONFIG_NO_HZ_FULL) || !rdp->rcu_forced_tick_exp) in rcu_report_exp_cpu_mult()
247 rdp->rcu_forced_tick_exp = false; in rcu_report_exp_cpu_mult()
507 if (rdp->rcu_forced_tick_exp) in synchronize_rcu_expedited_wait()
509 rdp->rcu_forced_tick_exp = true; in synchronize_rcu_expedited_wait()
H A Dtree.h189 bool rcu_forced_tick_exp; /* ... provide QS to expedited GP. */ member