Searched defs:rcu_state (Results 1 – 2 of 2) sorted by relevance
296 struct rcu_state { struct297 struct rcu_node node[NUM_RCU_NODES]; /* Hierarchy. */298 struct rcu_node *level[RCU_NUM_LVLS + 1];301 int ncpus; /* # CPUs seen so far. */305 u8 boost ____cacheline_internodealigned_in_smp;307 unsigned long gp_seq; /* Grace-period sequence #. */308 unsigned long gp_max; /* Maximum GP duration in */310 struct task_struct *gp_kthread; /* Task for grace periods. */311 struct swait_queue_head gp_wq; /* Where GP task waits. */312 short gp_flags; /* Commands for GP task. */[all …]
87 static struct rcu_state rcu_state = { variable