Home
last modified time | relevance | path

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

/linux-2.6.39/fs/proc/
Darray.c149 unsigned int state = (tsk->state & TASK_REPORT) | tsk->exit_state; in get_task_state()
/linux-2.6.39/include/linux/
Dsched.h211 #define TASK_REPORT (TASK_RUNNING | TASK_INTERRUPTIBLE | \ macro