Home
last modified time | relevance | path

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

/linux/include/linux/
H A Drcu_node_tree.h59 # define RCU_NODE_NAME_INIT { "rcu_node_0" } macro
67 # define RCU_NODE_NAME_INIT { "rcu_node_0", "rcu_node_1" } macro
76 # define RCU_NODE_NAME_INIT { "rcu_node_0", "rcu_node_1", "rcu_node_2" } macro
86 # define RCU_NODE_NAME_INIT { "rcu_node_0", "rcu_node_1", "rcu_node_2", "rcu_node_3" } macro
/linux/kernel/rcu/
H A Dtree.c5425 static const char * const buf[] = RCU_NODE_NAME_INIT; in rcu_init_one()