Home
last modified time | relevance | path

Searched refs:RCU_NUM_LVLS (Results 1 – 2 of 2) sorted by relevance

/kernel/
Drcutree.h46 # define RCU_NUM_LVLS 1 macro
53 # define RCU_NUM_LVLS 2 macro
60 # define RCU_NUM_LVLS 3 macro
67 # define RCU_NUM_LVLS 4 macro
376 struct rcu_node *level[RCU_NUM_LVLS]; /* Hierarchy levels. */
378 u8 levelspread[RCU_NUM_LVLS]; /* kids/node in each level. */
Drcutree.c64 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()