Searched refs:RCU_NODE_NAME_INIT (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | rcu_node_tree.h | 57 # 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
|
| /OK3568_Linux_fs/kernel/Documentation/RCU/Design/Data-Structures/ |
| H A D | Data-Structures.rst | 576 31 # define RCU_NODE_NAME_INIT { "rcu_node_0" } 585 40 # define RCU_NODE_NAME_INIT { "rcu_node_0", "rcu_node_1" } 595 50 # define RCU_NODE_NAME_INIT { "rcu_node_0", "rcu_node_1", "rcu_node_2" } 606 61 # define RCU_NODE_NAME_INIT { "rcu_node_0", "rcu_node_1", "rcu_node_2", "rcu_node_3" }
|
| /OK3568_Linux_fs/kernel/kernel/rcu/ |
| H A D | tree.c | 4314 static const char * const buf[] = RCU_NODE_NAME_INIT; in rcu_init_one()
|