Searched refs:RCU_NUM_LVLS (Results 1 – 2 of 2) sorted by relevance
45 # define RCU_NUM_LVLS 1 macro52 # define RCU_NUM_LVLS 2 macro59 # define RCU_NUM_LVLS 3 macro66 # define RCU_NUM_LVLS 4 macro425 struct rcu_node *level[RCU_NUM_LVLS]; /* Hierarchy levels. */427 u8 levelspread[RCU_NUM_LVLS]; /* kids/node in each level. */
71 static struct lock_class_key rcu_node_class[RCU_NUM_LVLS];72 static struct lock_class_key rcu_fqs_class[RCU_NUM_LVLS];119 int rcu_num_lvls __read_mostly = RCU_NUM_LVLS;3975 if (rcu_num_lvls > RCU_NUM_LVLS) in rcu_init_one()