Home
last modified time | relevance | path

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

/linux-5.19.10/kernel/rcu/
Dtree_stall.h378 static const char * const gp_state_names[] = { variable
395 if (gs < 0 || gs >= ARRAY_SIZE(gp_state_names)) in gp_state_getname()
397 return gp_state_names[gs]; in gp_state_getname()