Home
last modified time | relevance | path

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

/linux-4.1.27/kernel/rcu/
Dtree.h45 # define RCU_NUM_LVLS 1 macro
52 # define RCU_NUM_LVLS 2 macro
59 # define RCU_NUM_LVLS 3 macro
66 # define RCU_NUM_LVLS 4 macro
425 struct rcu_node *level[RCU_NUM_LVLS]; /* Hierarchy levels. */
427 u8 levelspread[RCU_NUM_LVLS]; /* kids/node in each level. */
Dtree.c71 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()