Searched defs:rcu_state (Results 1 – 2 of 2) sorted by relevance
290 struct rcu_state { struct291 struct rcu_node node[NUM_RCU_NODES]; /* Hierarchy. */292 struct rcu_node *level[RCU_NUM_LVLS + 1];295 int ncpus; /* # CPUs seen so far. */299 u8 boost ____cacheline_internodealigned_in_smp;301 unsigned long gp_seq; /* Grace-period sequence #. */302 struct task_struct *gp_kthread; /* Task for grace periods. */303 struct swait_queue_head gp_wq; /* Where GP task waits. */304 short gp_flags; /* Commands for GP task. */305 short gp_state; /* GP kthread sleep state. */[all …]
87 struct rcu_state rcu_state = { variable