Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Drcu_node_tree.h57 # define RCU_NODE_NAME_INIT { "rcu_node_0" } macro
65 # define RCU_NODE_NAME_INIT { "rcu_node_0", "rcu_node_1" } macro
74 # define RCU_NODE_NAME_INIT { "rcu_node_0", "rcu_node_1", "rcu_node_2" } macro
84 # define RCU_NODE_NAME_INIT { "rcu_node_0", "rcu_node_1", "rcu_node_2", "rcu_node_3" } macro
/Linux-v5.4/kernel/rcu/
Dtree.c3339 static const char * const buf[] = RCU_NODE_NAME_INIT; in rcu_init_one()