Home
last modified time | relevance | path

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

/kernel/rcu/
Dtree_stall.h399 static const char *gp_state_getname(short gs) in gp_state_getname() argument
401 if (gs < 0 || gs >= ARRAY_SIZE(gp_state_names)) in gp_state_getname()
403 return gp_state_names[gs]; in gp_state_getname()