Lines Matching refs:RCU_NUM_LVLS
71 static struct lock_class_key rcu_node_class[RCU_NUM_LVLS];
72 static struct lock_class_key rcu_fqs_class[RCU_NUM_LVLS];
73 static struct lock_class_key rcu_exp_class[RCU_NUM_LVLS];
127 int rcu_num_lvls __read_mostly = RCU_NUM_LVLS;
4396 int levelcnt[RCU_NUM_LVLS]; /* # nodes in each level. */ in rcu_init_one()
4397 int levelspread[RCU_NUM_LVLS]; /* kids/node in each level. */ in rcu_init_one()
4403 BUILD_BUG_ON(RCU_NUM_LVLS > ARRAY_SIZE(buf)); /* Fix buf[] init! */ in rcu_init_one()
4406 if (rcu_num_lvls <= 0 || rcu_num_lvls > RCU_NUM_LVLS) in rcu_init_one()
4479 int rcu_capacity[RCU_NUM_LVLS]; in rcu_init_geometry()
4519 for (i = 1; i < RCU_NUM_LVLS; i++) in rcu_init_geometry()
4526 if (nr_cpu_ids > rcu_capacity[RCU_NUM_LVLS - 1]) { in rcu_init_geometry()