Searched refs:TASK_REPORT_MAX (Results 1 – 1 of 1) sorted by relevance
1668 #define TASK_REPORT_MAX (TASK_REPORT_IDLE << 1) macro1675 BUILD_BUG_ON_NOT_POWER_OF_2(TASK_REPORT_MAX); in __task_state_index()1701 BUILD_BUG_ON(TASK_REPORT_MAX * 2 != 1 << (sizeof(state_char) - 1)); in task_index_to_char()