Home
last modified time | relevance | path

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

/openbmc/linux/include/trace/events/
H A Dsched.h205 return TASK_REPORT_MAX; in __trace_sched_switch_state()
255 (__entry->prev_state & (TASK_REPORT_MAX - 1)) ?
256 __print_flags(__entry->prev_state & (TASK_REPORT_MAX - 1), "|",
267 __entry->prev_state & TASK_REPORT_MAX ? "+" : "",
/openbmc/linux/include/linux/
H A Dsched.h1665 #define TASK_REPORT_MAX (TASK_REPORT_IDLE << 1) macro
1672 BUILD_BUG_ON_NOT_POWER_OF_2(TASK_REPORT_MAX); in __task_state_index()
1697 BUILD_BUG_ON(1 + ilog2(TASK_REPORT_MAX) != sizeof(state_char) - 1); in task_index_to_char()
/openbmc/linux/fs/proc/
H A Darray.c144 BUILD_BUG_ON(1 + ilog2(TASK_REPORT_MAX) != ARRAY_SIZE(task_state_array)); in get_task_state()