Home
last modified time | relevance | path

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

/linux-4.4.14/kernel/locking/
Dlockdep.c1606 static const char *state_rnames[] = { variable
1615 return (bit & 1) ? state_rnames[bit >> 2] : state_names[bit >> 2]; in state_name()