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