Home
last modified time | relevance | path

Searched defs:rcu_state (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.15/kernel/rcu/
Dtree.h298 struct rcu_state { struct
299 struct rcu_node node[NUM_RCU_NODES]; /* Hierarchy. */
300 struct rcu_node *level[RCU_NUM_LVLS + 1];
303 int ncpus; /* # CPUs seen so far. */
304 int n_online_cpus; /* # CPUs online for RCU. */
308 u8 boost ____cacheline_internodealigned_in_smp;
310 unsigned long gp_seq; /* Grace-period sequence #. */
311 unsigned long gp_max; /* Maximum GP duration in */
313 struct task_struct *gp_kthread; /* Task for grace periods. */
314 struct swait_queue_head gp_wq; /* Where GP task waits. */
[all …]
Dtree.c85 static struct rcu_state rcu_state = { variable