Home
last modified time | relevance | path

Searched refs:task_is_stopped (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/kernel/
H A Dptrace.c472 if (task_is_stopped(task) && in ptrace_attach()
H A Dsignal.c2467 if (!task_is_stopped(t) && in do_signal_stop()
/openbmc/linux/include/linux/
H A Dsched.h134 #define task_is_stopped(task) ((READ_ONCE(task->jobctl) & JOBCTL_STOPPED) != 0) macro