Searched refs:tsk_state (Results 1 – 1 of 1) sorted by relevance
1623 unsigned int tsk_state = READ_ONCE(tsk->state); in task_state_index() local1624 unsigned int state = (tsk_state | tsk->exit_state) & TASK_REPORT; in task_state_index()1628 if (tsk_state == TASK_IDLE) { in task_state_index()