Searched refs:TASK_REPORT (Results 1 - 1 of 1) sorted by last modified time

/linux-master/include/linux/
H A Dsched.h135 #define TASK_REPORT (TASK_RUNNING | TASK_INTERRUPTIBLE | \ macro
1574 #define TASK_REPORT_IDLE (TASK_REPORT + 1)
1580 unsigned int state = (tsk_state | tsk_exit_state) & TASK_REPORT;

Completed in 146 milliseconds