Home
last modified time | relevance | path

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

/linux/include/linux/sched/
H A Dsignal.h306 set_special_state(TASK_STOPPED); in kernel_signal_stop()
/linux/kernel/
H A Dkthread.c289 set_special_state(TASK_PARKED); in __kthread_parkme()
/linux/include/linux/
H A Dsched.h158 * the comment with set_special_state().
253 * set_special_state() should be used for those states when the blocking task
258 #define set_special_state(state_value) \ macro
/linux/kernel/sched/
H A Dcore.c581 * set_special_state(), see their respective comments, or by
4088 * - we're serialized against set_special_state() by virtue of in try_to_wake_up()
6883 set_special_state(TASK_DEAD); in do_task_dead()