Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/kernel/debug/kdb/
Dkdb_support.c581 res |= TASK_STOPPED; in kdb_task_state_string()
635 (p->state & TASK_STOPPED) ? 'T' : in kdb_task_state_char()
/kernel/linux/linux-5.10/include/linux/sched/
Dsignal.h296 set_special_state(TASK_STOPPED); in kernel_signal_stop()
/kernel/linux/linux-5.10/arch/ia64/kernel/
Dptrace.c644 if (child->state == TASK_STOPPED && in ptrace_attach_sync_user_rbs()
670 child->state = TASK_STOPPED; in ptrace_attach_sync_user_rbs()
/kernel/linux/linux-5.10/kernel/cgroup/
Dcgroup-v1.c746 case TASK_STOPPED: in cgroupstats_build()
/kernel/linux/linux-5.10/include/linux/
Dsched.h105 #define TASK_STOPPED (TASK_WAKEKILL | __TASK_STOPPED) macro
/kernel/linux/linux-5.10/arch/powerpc/xmon/
Dxmon.c3206 (tsk->state & TASK_STOPPED) ? 'T' : in show_task()
/kernel/linux/linux-5.10/kernel/
Dsignal.c2366 set_special_state(TASK_STOPPED); in do_signal_stop()