Home
last modified time | relevance | path

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

/linux-4.4.14/fs/proc/
Darray.c127 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()
/linux-4.4.14/include/linux/
Dsched.h241 #define TASK_REPORT (TASK_RUNNING | TASK_INTERRUPTIBLE | \ macro