Home
last modified time | relevance | path

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

/device/soc/rockchip/common/sdk_linux/include/trace/events/
H A Dsched.h99 return TASK_REPORT_MAX; in trace_sched_switch_state()
138 (__entry->prev_state & (TASK_REPORT_MAX - 1))
139 ? __print_flags(__entry->prev_state &(TASK_REPORT_MAX - 1), "|", {TASK_INTERRUPTIBLE, "S"},
144 __entry->prev_state &TASK_REPORT_MAX ? "+" : "", __entry->next_comm, __entry->next_pid,
/device/soc/rockchip/common/sdk_linux/include/linux/
H A Dsched.h1619 #define TASK_REPORT_MAX (TASK_REPORT_IDLE << 1) macro
1626 BUILD_BUG_ON_NOT_POWER_OF_2(TASK_REPORT_MAX); in task_state_index()
1639 BUILD_BUG_ON(1 + ilog2(TASK_REPORT_MAX) != sizeof(state_char) - 1); in task_index_to_char()

Completed in 5 milliseconds