Home
last modified time | relevance | path

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

/openbmc/linux/kernel/
H A Dfreezer.c186 state = TASK_STOPPED; in __set_task_special()
H A Dsignal.c2492 set_special_state(TASK_STOPPED); in do_signal_stop()
/openbmc/linux/include/linux/sched/
H A Dsignal.h300 set_special_state(TASK_STOPPED); in kernel_signal_stop()
/openbmc/linux/kernel/cgroup/
H A Dcgroup-v1.c735 case TASK_STOPPED: in cgroupstats_build()
/openbmc/linux/include/linux/
H A Dsched.h116 #define TASK_STOPPED (TASK_WAKEKILL | __TASK_STOPPED) macro
/openbmc/linux/arch/powerpc/xmon/
H A Dxmon.c3274 (p_state & TASK_STOPPED) ? 'T' : in show_task()