Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/kernel/rcu/
Dtree.h329 struct rcu_state { struct
330 struct rcu_node node[NUM_RCU_NODES]; /* Hierarchy. */
331 struct rcu_node *level[RCU_NUM_LVLS + 1];
334 int ncpus; /* # CPUs seen so far. */
335 int n_online_cpus; /* # CPUs online for RCU. */
339 unsigned long gp_seq ____cacheline_internodealigned_in_smp;
341 unsigned long gp_max; /* Maximum GP duration in */
343 struct task_struct *gp_kthread; /* Task for grace periods. */
344 struct swait_queue_head gp_wq; /* Where GP task waits. */
345 short gp_flags; /* Commands for GP task. */
[all …]
Dtree.c85 static struct rcu_state rcu_state = { variable
/kernel/linux/linux-5.10/kernel/rcu/
Dtree.h296 struct rcu_state { struct
297 struct rcu_node node[NUM_RCU_NODES]; /* Hierarchy. */
298 struct rcu_node *level[RCU_NUM_LVLS + 1];
301 int ncpus; /* # CPUs seen so far. */
305 u8 boost ____cacheline_internodealigned_in_smp;
307 unsigned long gp_seq; /* Grace-period sequence #. */
308 unsigned long gp_max; /* Maximum GP duration in */
310 struct task_struct *gp_kthread; /* Task for grace periods. */
311 struct swait_queue_head gp_wq; /* Where GP task waits. */
312 short gp_flags; /* Commands for GP task. */
[all …]
Dtree.c88 static struct rcu_state rcu_state = { variable
/kernel/linux/linux-6.6/include/net/
Dsch_generic.h1288 unsigned long rcu_state; member