Searched refs:TASK_REPORT (Results 1 – 2 of 2) sorted by relevance
127 unsigned int state = (tsk->state | tsk->exit_state) & TASK_REPORT; in get_task_state()137 BUILD_BUG_ON(1 + ilog2(TASK_REPORT) != ARRAY_SIZE(task_state_array)-1); in get_task_state()
241 #define TASK_REPORT (TASK_RUNNING | TASK_INTERRUPTIBLE | \ macro