Searched defs:rcu_state (Results 1 – 3 of 3) sorted by relevance
348 struct rcu_state { struct349 struct rcu_node node[NUM_RCU_NODES]; /* Hierarchy. */350 struct rcu_node *level[NUM_RCU_LVLS]; /* Hierarchy levels. */351 u32 levelcnt[MAX_RCU_LVLS + 1]; /* # nodes in each level. */352 u8 levelspread[NUM_RCU_LVLS]; /* kids/node in each level. */353 struct rcu_data __percpu *rda; /* pointer of percu rcu_data. */357 u8 fqs_state ____cacheline_internodealigned_in_smp;359 u8 fqs_active; /* force_quiescent_state() */361 u8 fqs_need_gp; /* A CPU was prevented from */366 u8 boost; /* Subject to priority boost. */[all …]
77 static struct rcu_state *rcu_state = &rcu_preempt_state; variable930 static struct rcu_state *rcu_state = &rcu_sched_state; variable1756 rcu_for_each_leaf_node(rcu_state, rnp) in rcu_spawn_kthreads() local
88 static struct rcu_state *rcu_state; variable