Home
last modified time | relevance | path

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

/Linux-v6.6/kernel/rcu/
Dtree_stall.h97 if (!rcu_gp_in_progress()) in rcu_gp_might_be_stalled()
198 (rcu_gp_in_progress() || READ_ONCE(rcu_state.gp_flags))) { in rcu_stall_kick_kthreads()
725 !rcu_gp_in_progress()) in check_cpu_stall()
761 if (rcu_gp_in_progress() && in check_cpu_stall()
779 } else if (rcu_gp_in_progress() && in check_cpu_stall()
945 if (!IS_ENABLED(CONFIG_PROVE_RCU) || rcu_gp_in_progress() || in rcu_check_gp_start_stall()
958 if (rcu_gp_in_progress() || in rcu_check_gp_start_stall()
972 if (rcu_gp_in_progress() || in rcu_check_gp_start_stall()
1004 if (rcu_gp_in_progress()) { in rcu_fwd_progress_check()
Dtree.c224 static int rcu_gp_in_progress(void) in rcu_gp_in_progress() function
969 if (rcu_gp_in_progress()) { in rcu_start_this_gp()
1407 if (WARN_ON_ONCE(rcu_gp_in_progress())) { in rcu_gp_init()
1834 WARN_ON_ONCE(!rcu_gp_in_progress()); in rcu_report_qs_rsp()
2390 if (!rcu_gp_in_progress() && in rcu_core()
2563 if (!rcu_gp_in_progress()) { in __call_rcu_core()
3873 gp_in_progress = rcu_gp_in_progress(); in rcu_pending()
Dtree_plugin.h1292 (!rcu_gp_in_progress() || in rcu_nohz_full_cpu()