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

/linux-4.1.27/fs/proc/
H A Darray.c127 unsigned int state = (tsk->state | tsk->exit_state) & TASK_REPORT; get_task_state()
129 BUILD_BUG_ON(1 + ilog2(TASK_REPORT) != ARRAY_SIZE(task_state_array)-1); get_task_state()
/linux-4.1.27/include/linux/
H A Dsched.h233 #define TASK_REPORT (TASK_RUNNING | TASK_INTERRUPTIBLE | \ macro

Completed in 61 milliseconds