Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dsched.h1702 static const char state_char[] = "RSDTtXZPI"; in task_index_to_char() local
1704 BUILD_BUG_ON(1 + ilog2(TASK_REPORT_MAX) != sizeof(state_char) - 1); in task_index_to_char()
1706 return state_char[state]; in task_index_to_char()