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

/linux-master/include/linux/
H A Dsched.h1573 static inline unsigned int __task_state_index(unsigned int tsk_state, argument
1576 unsigned int state = (tsk_state | tsk_exit_state) & TASK_REPORT;
1580 if ((tsk_state & TASK_IDLE) == TASK_IDLE)
1588 if (tsk_state & TASK_RTLOCK_WAIT)

Completed in 159 milliseconds