Searched defs:rcu_state (Results 1 – 3 of 3) sorted by relevance
308 struct rcu_state { struct309 struct rcu_node node[NUM_RCU_NODES]; /* Hierarchy. */310 struct rcu_node *level[RCU_NUM_LVLS + 1];313 int ncpus; /* # CPUs seen so far. */314 int n_online_cpus; /* # CPUs online for RCU. */318 unsigned long gp_seq ____cacheline_internodealigned_in_smp;320 unsigned long gp_max; /* Maximum GP duration in */322 struct task_struct *gp_kthread; /* Task for grace periods. */323 struct swait_queue_head gp_wq; /* Where GP task waits. */324 short gp_flags; /* Commands for GP task. */[all …]
84 static struct rcu_state rcu_state = { variable
1260 unsigned long rcu_state; member