Searched defs:rcu_state (Results 1 – 1 of 1) sorted by relevance
423 struct rcu_state { struct424 struct rcu_node node[NUM_RCU_NODES]; /* Hierarchy. */425 struct rcu_node *level[RCU_NUM_LVLS]; /* Hierarchy levels. */426 u32 levelcnt[MAX_RCU_LVLS + 1]; /* # nodes in each level. */427 u8 levelspread[RCU_NUM_LVLS]; /* kids/node in each level. */428 u8 flavor_mask; /* bit in flavor mask. */429 struct rcu_data __percpu *rda; /* pointer of percu rcu_data. */430 void (*call)(struct rcu_head *head, /* call_rcu() flavor. */435 u8 fqs_state ____cacheline_internodealigned_in_smp;437 u8 boost; /* Subject to priority boost. */[all …]