Home
last modified time | relevance | path

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

/kernel/rcu/
Dtree.h157 struct rcu_data { struct
159 unsigned long gp_seq; /* Track rsp->gp_seq counter. */
160 unsigned long gp_seq_needed; /* Track furthest future GP request. */
161 union rcu_noqs cpu_no_qs; /* No QSes yet for this CPU. */
162 bool core_needs_qs; /* Core waits for quiescent state. */
163 bool beenonline; /* CPU online at least once. */
164 bool gpwrap; /* Possible ->gp_seq wrap. */
165 bool exp_deferred_qs; /* This CPU awaiting a deferred QS? */
166 bool cpu_started; /* RCU watching this onlining CPU. */
167 struct rcu_node *mynode; /* This CPU's leaf of hierarchy */
[all …]