Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dsched.h1673 static inline unsigned int __task_state_index(unsigned int tsk_state, in __task_state_index() argument
1676 unsigned int state = (tsk_state | tsk_exit_state) & TASK_REPORT; in __task_state_index()
1680 if ((tsk_state & TASK_IDLE) == TASK_IDLE) in __task_state_index()
1689 if ((tsk_state & TASK_RTLOCK_WAIT) || (tsk_state & TASK_FROZEN)) in __task_state_index()