Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/linux/
Dsched.h114 #define TASK_REPORT (TASK_RUNNING | TASK_INTERRUPTIBLE | \ macro
1639 #define TASK_REPORT_IDLE (TASK_REPORT + 1)
1645 unsigned int state = (tsk_state | tsk->exit_state) & TASK_REPORT; in task_state_index()
/kernel/linux/linux-5.10/kernel/sched/rtg/
Drtg.c1139 unsigned int state = (tsk_state | tsk->exit_state) & TASK_REPORT; in rtg_task_state_to_char()