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