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

/linux-master/include/linux/sched/
H A Dsignal.h301 set_special_state(TASK_STOPPED);
/linux-master/kernel/
H A Dkthread.c279 set_special_state(TASK_PARKED);
H A Dsignal.c2263 set_special_state(TASK_TRACED);
2276 * [L] wait_on_bit(JOBCTL_TRAPPING) [S] set_special_state(TRACED)
2505 set_special_state(TASK_STOPPED);
/linux-master/include/linux/
H A Dsched.h148 * the comment with set_special_state().
234 * set_special_state() should be used for those states when the blocking task
239 #define set_special_state(state_value) \ macro
/linux-master/kernel/sched/
H A Dcore.c506 * set_special_state(), see their respective comments, or by
4245 * - we're serialized against set_special_state() by virtue of
6757 set_special_state(TASK_DEAD);

Completed in 191 milliseconds