Home
last modified time | relevance | path

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

/include/trace/events/
A Dsched.h203 return TASK_REPORT_MAX; in __trace_sched_switch_state()
253 (__entry->prev_state & (TASK_REPORT_MAX - 1)) ?
254 __print_flags(__entry->prev_state & (TASK_REPORT_MAX - 1), "|",
265 __entry->prev_state & TASK_REPORT_MAX ? "+" : "",
/include/linux/
A Dsched.h1678 #define TASK_REPORT_MAX (TASK_REPORT_IDLE << 1) macro
1685 BUILD_BUG_ON_NOT_POWER_OF_2(TASK_REPORT_MAX); in __task_state_index()
1711 BUILD_BUG_ON(TASK_REPORT_MAX * 2 != 1 << (sizeof(state_char) - 1)); in task_index_to_char()

Completed in 12 milliseconds