Searched defs:rcu_state (Results 1 – 3 of 3) sorted by relevance
328 struct rcu_state { struct330 struct rcu_node *level[RCU_NUM_LVLS + 1];333 int ncpus; /* # CPUs seen so far. */334 int n_online_cpus; /* # CPUs online for RCU. */344 short gp_flags; /* Commands for GP task. */345 short gp_state; /* GP kthread sleep state. */347 unsigned long gp_wake_seq; /* ->gp_seq at ^^^. */368 int ncpus_snap; /* # CPUs seen last time. */369 u8 cbovld; /* Callback overload now? */370 u8 cbovldnext; /* ^ ^ next time? */[all …]
85 static struct rcu_state rcu_state = { variable
1288 unsigned long rcu_state; member