Searched refs:TASK_REPORT (Results 1 – 2 of 2) sorted by relevance
149 unsigned int state = (tsk->state & TASK_REPORT) | tsk->exit_state; in get_task_state()
211 #define TASK_REPORT (TASK_RUNNING | TASK_INTERRUPTIBLE | \ macro