Searched defs:rcu_data (Results 1 – 1 of 1) sorted by relevance
178 struct rcu_data { struct180 unsigned long gp_seq; /* Track rsp->gp_seq counter. */181 unsigned long gp_seq_needed; /* Track furthest future GP request. */182 union rcu_noqs cpu_no_qs; /* No QSes yet for this CPU. */183 bool core_needs_qs; /* Core waits for quiescent state. */184 bool beenonline; /* CPU online at least once. */185 bool gpwrap; /* Possible ->gp_seq wrap. */186 bool cpu_started; /* RCU watching this onlining CPU. */187 struct rcu_node *mynode; /* This CPU's leaf of hierarchy */188 unsigned long grpmask; /* Mask to apply to leaf qsmask. */[all …]