Searched refs:state_to_char (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/trace/
H A Dtrace_output.c645 static const char state_to_char[] = TASK_STATE_TO_CHAR_STR; variable
651 return bit < sizeof(state_to_char) - 1 ? state_to_char[bit] : '?';

Completed in 99 milliseconds