Home
last modified time | relevance | path

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

/linux-4.4.14/kernel/rcu/
Dtree.h71 # define RCU_FQS_NAME_INIT { "rcu_node_fqs_0" } macro
80 # define RCU_FQS_NAME_INIT { "rcu_node_fqs_0", "rcu_node_fqs_1" } macro
90 # define RCU_FQS_NAME_INIT { "rcu_node_fqs_0", "rcu_node_fqs_1", "rcu_node_fqs_2" } macro
101 # define RCU_FQS_NAME_INIT { "rcu_node_fqs_0", "rcu_node_fqs_1", "rcu_node_fqs_2", "rcu_node_fqs… macro
Dtree.c4392 static const char * const fqs[] = RCU_FQS_NAME_INIT; in rcu_init_one()