Searched refs:RCU_NUM_LVLS (Results 1 – 2 of 2) sorted by relevance
46 # define RCU_NUM_LVLS 1 macro53 # define RCU_NUM_LVLS 2 macro60 # define RCU_NUM_LVLS 3 macro67 # define RCU_NUM_LVLS 4 macro376 struct rcu_node *level[RCU_NUM_LVLS]; /* Hierarchy levels. */378 u8 levelspread[RCU_NUM_LVLS]; /* kids/node in each level. */
64 static struct lock_class_key rcu_node_class[RCU_NUM_LVLS];65 static struct lock_class_key rcu_fqs_class[RCU_NUM_LVLS];95 int rcu_num_lvls __read_mostly = RCU_NUM_LVLS;3201 if (rcu_num_lvls > RCU_NUM_LVLS) in rcu_init_one()