Home
last modified time | relevance | path

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

/Linux-v4.19/kernel/rcu/
Dtree.h392 static const char * const gp_state_names[] = { variable
Dtree.c1293 if (gs < 0 || gs >= ARRAY_SIZE(gp_state_names)) in gp_state_getname()
1295 return gp_state_names[gs]; in gp_state_getname()