Loading kernel/rcu/tree_plugin.h +2 −2 Original line number Diff line number Diff line Loading @@ -3056,9 +3056,9 @@ static bool rcu_nohz_full_cpu(struct rcu_state *rsp) if (tick_nohz_full_cpu(smp_processor_id()) && (!rcu_gp_in_progress(rsp) || ULONG_CMP_LT(jiffies, READ_ONCE(rsp->gp_start) + HZ))) return 1; return true; #endif /* #ifdef CONFIG_NO_HZ_FULL */ return 0; return false; } /* Loading Loading
kernel/rcu/tree_plugin.h +2 −2 Original line number Diff line number Diff line Loading @@ -3056,9 +3056,9 @@ static bool rcu_nohz_full_cpu(struct rcu_state *rsp) if (tick_nohz_full_cpu(smp_processor_id()) && (!rcu_gp_in_progress(rsp) || ULONG_CMP_LT(jiffies, READ_ONCE(rsp->gp_start) + HZ))) return 1; return true; #endif /* #ifdef CONFIG_NO_HZ_FULL */ return 0; return false; } /* Loading