Home
last modified time | relevance | path

Searched refs:TASK_STOPPED (Results 1 – 5 of 5) sorted by relevance

/linux/include/linux/sched/
H A Dsignal.h306 set_special_state(TASK_STOPPED); in kernel_signal_stop()
/linux/kernel/cgroup/
H A Dcgroup-v1.c756 case TASK_STOPPED: in cgroupstats_build()
/linux/include/linux/
H A Dsched.h136 #define TASK_STOPPED (TASK_WAKEKILL | __TASK_STOPPED) macro
/linux/arch/powerpc/xmon/
H A Dxmon.c3255 (p_state & TASK_STOPPED) ? 'T' : in show_task()
/linux/kernel/
H A Dsignal.c2621 set_special_state(TASK_STOPPED); in do_signal_stop()