Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/linux/sched/
A Dsignal.h253 #define SIGNAL_STOP_STOPPED 0x00000001 /* job control stop in effect */ macro
265 #define SIGNAL_STOP_MASK (SIGNAL_CLD_MASK | SIGNAL_STOP_STOPPED | \
/linux-6.3-rc2/kernel/
A Dsignal.c384 if (!sig->group_stop_count && !(sig->flags & SIGNAL_STOP_STOPPED)) { in task_participate_group_stop()
385 signal_set_stop_flags(sig, SIGNAL_STOP_STOPPED); in task_participate_group_stop()
399 } else if (!(sig->flags & SIGNAL_STOP_STOPPED)) in task_join_group_stop()
953 if (signal->flags & SIGNAL_STOP_STOPPED) in prepare_signal()
2419 if (!(sig->flags & SIGNAL_STOP_STOPPED)) in do_signal_stop()
2511 !(signal->flags & SIGNAL_STOP_STOPPED)) in do_jobctl_trap()
A Dexit.c360 if (p->signal->flags & SIGNAL_STOP_STOPPED) in has_stopped_jobs()
1230 if (p->signal->flags & SIGNAL_STOP_STOPPED) in task_stopped_code()
A Dptrace.c146 (child->signal->flags & SIGNAL_STOP_STOPPED || in __ptrace_unlink()
/linux-6.3-rc2/fs/proc/
A Darray.c536 if (sig->flags & (SIGNAL_GROUP_EXIT | SIGNAL_STOP_STOPPED)) in do_task_stat()

Completed in 19 milliseconds