Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dsched.h108 #define __TASK_STOPPED 0x00000004 macro
136 #define TASK_STOPPED (TASK_WAKEKILL | __TASK_STOPPED)
146 TASK_UNINTERRUPTIBLE | __TASK_STOPPED | \
161 ((state) & (__TASK_STOPPED | __TASK_TRACED | TASK_PARKED | \
/linux/include/trace/events/
H A Dsched.h257 { __TASK_STOPPED, "T" },