Home
last modified time | relevance | path

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

/linux/kernel/rcu/
H A Dtree.h189 struct rcu_data { struct
191 unsigned long gp_seq; /* Track rsp->gp_seq counter. */
192 unsigned long gp_seq_needed; /* Track furthest future GP request. */
193 union rcu_noqs cpu_no_qs; /* No QSes yet for this CPU. */
194 bool core_needs_qs; /* Core waits for quiescent state. */
195 bool beenonline; /* CPU online at least once. */
196 bool gpwrap; /* Possible ->gp_seq wrap. */
197 unsigned int gpwrap_count; /* Count of GP sequence wrap. */
198 bool cpu_started; /* RCU watching this onlining CPU. */
199 struct rcu_node *mynode; /* This CPU's leaf of hierarchy */
[all …]