Searched defs:rcu_data (Results 1 – 1 of 1) sorted by relevance
150 struct rcu_data { struct152 unsigned long gp_seq; /* Track rsp->gp_seq counter. */153 unsigned long gp_seq_needed; /* Track furthest future GP request. */154 union rcu_noqs cpu_no_qs; /* No QSes yet for this CPU. */155 bool core_needs_qs; /* Core waits for quiesc state. */156 bool beenonline; /* CPU online at least once. */157 bool gpwrap; /* Possible ->gp_seq wrap. */158 bool exp_deferred_qs; /* This CPU awaiting a deferred QS? */159 bool cpu_started; /* RCU watching this onlining CPU. */160 struct rcu_node *mynode; /* This CPU's leaf of hierarchy */[all …]