Home
last modified time | relevance | path

Searched refs:rcu_gp_in_progress (Results 1 – 3 of 3) sorted by relevance

/linux/kernel/rcu/
H A Dtree_stall.h235 (rcu_gp_in_progress() || READ_ONCE(rcu_state.gp_flags))) { in rcu_stall_kick_kthreads()
785 !rcu_gp_in_progress()) in check_cpu_stall()
833 if (rcu_gp_in_progress() && in check_cpu_stall()
1010 if (!IS_ENABLED(CONFIG_PROVE_RCU) || rcu_gp_in_progress() || in rcu_check_gp_start_stall()
1023 if (rcu_gp_in_progress() || in rcu_check_gp_start_stall()
1037 if (rcu_gp_in_progress() || in rcu_check_gp_start_stall()
1069 if (rcu_gp_in_progress()) { in rcu_fwd_progress_check()
H A Dtree.c220 static int rcu_gp_in_progress(void) in rcu_gp_in_progress() function
1063 if (rcu_gp_in_progress()) { in rcu_start_this_gp()
1823 if (WARN_ON_ONCE(rcu_gp_in_progress())) { in rcu_gp_init()
2319 WARN_ON_ONCE(!rcu_gp_in_progress()); in rcu_report_qs_rsp()
2798 if (!rcu_gp_in_progress()) in rcu_force_quiescent_state()
2857 if (!rcu_gp_in_progress() && in rcu_core()
3038 if (!rcu_gp_in_progress()) { in call_rcu_core()
3686 gp_in_progress = rcu_gp_in_progress(); in rcu_pending()
H A Dtree_plugin.h1354 (!rcu_gp_in_progress() || in rcu_nohz_full_cpu()