Home
last modified time | relevance | path

Searched refs:rcu_need_heavy_qs (Results 1 – 4 of 4) sorted by relevance

/linux-6.3-rc2/kernel/rcu/
A Dtree.h211 bool rcu_need_heavy_qs; /* GP old, so heavy quiescent state! */ member
A Dtree_plugin.h878 if (unlikely(raw_cpu_read(rcu_data.rcu_need_heavy_qs))) { in rcu_all_qs()
899 if (unlikely(raw_cpu_read(rcu_data.rcu_need_heavy_qs))) in rcu_note_context_switch()
A Dtree.c329 raw_cpu_write(rcu_data.rcu_need_heavy_qs, false); in rcu_momentary_dyntick_idle()
671 WRITE_ONCE(rdp->rcu_need_heavy_qs, false); in rcu_disable_urgency_upon_qs()
822 if (!READ_ONCE(rdp->rcu_need_heavy_qs) && in rcu_implicit_dynticks_qs()
826 WRITE_ONCE(rdp->rcu_need_heavy_qs, true); in rcu_implicit_dynticks_qs()
/linux-6.3-rc2/Documentation/RCU/Design/Data-Structures/
A DData-Structures.rst941 4 bool rcu_need_heavy_qs;
978 The ``->rcu_need_heavy_qs`` field is used to record the fact that the

Completed in 17 milliseconds