Searched defs:rcu_state (Results 1 – 4 of 4) sorted by relevance
352 struct rcu_state { struct353 struct rcu_node node[NUM_RCU_NODES]; /* Hierarchy. */354 struct rcu_node *level[RCU_NUM_LVLS + 1];357 int ncpus; /* # CPUs seen so far. */358 int n_online_cpus; /* # CPUs online for RCU. */362 unsigned long gp_seq ____cacheline_internodealigned_in_smp;364 unsigned long gp_max; /* Maximum GP duration in */366 struct task_struct *gp_kthread; /* Task for grace periods. */367 struct swait_queue_head gp_wq; /* Where GP task waits. */368 short gp_flags; /* Commands for GP task. */[all …]
92 static struct rcu_state rcu_state = { variable
73 unsigned long rcu_state; /* RCU cookie */ member
1349 unsigned long rcu_state; member