Home
last modified time | relevance | path

Searched defs:rcu_data (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/kernel/rcu/
Dtree.h151 struct rcu_data { struct
153 unsigned long gp_seq; /* Track rsp->gp_seq counter. */
154 unsigned long gp_seq_needed; /* Track furthest future GP request. */
155 union rcu_noqs cpu_no_qs; /* No QSes yet for this CPU. */
156 bool core_needs_qs; /* Core waits for quiesc state. */
157 bool beenonline; /* CPU online at least once. */
158 bool gpwrap; /* Possible ->gp_seq wrap. */
159 bool exp_deferred_qs; /* This CPU awaiting a deferred QS? */
160 bool cpu_started; /* RCU watching this onlining CPU. */
161 struct rcu_node *mynode; /* This CPU's leaf of hierarchy */
[all …]
/kernel/linux/linux-6.6/kernel/rcu/
Dtree.h179 struct rcu_data { struct
181 unsigned long gp_seq; /* Track rsp->gp_seq counter. */
182 unsigned long gp_seq_needed; /* Track furthest future GP request. */
183 union rcu_noqs cpu_no_qs; /* No QSes yet for this CPU. */
184 bool core_needs_qs; /* Core waits for quiescent state. */
185 bool beenonline; /* CPU online at least once. */
186 bool gpwrap; /* Possible ->gp_seq wrap. */
187 bool cpu_started; /* RCU watching this onlining CPU. */
188 struct rcu_node *mynode; /* This CPU's leaf of hierarchy */
189 unsigned long grpmask; /* Mask to apply to leaf qsmask. */
[all …]