Home
last modified time | relevance | path

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

/Linux-v6.1/include/linux/sched/
Djobctl.h12 #define JOBCTL_STOP_SIGMASK 0xffff /* signr of the last group stop */ macro
/Linux-v6.1/kernel/
Dsignal.c287 JOBCTL_STOP_SIGMASK | JOBCTL_TRAPPING)); in task_set_jobctl_pending()
293 if (mask & JOBCTL_STOP_SIGMASK) in task_set_jobctl_pending()
294 task->jobctl &= ~JOBCTL_STOP_SIGMASK; in task_set_jobctl_pending()
393 unsigned long mask = current->jobctl & JOBCTL_STOP_SIGMASK; in task_join_group_stop()
2394 WARN_ON_ONCE(signr & ~JOBCTL_STOP_SIGMASK); in do_signal_stop()
2507 int signr = current->jobctl & JOBCTL_STOP_SIGMASK; in do_jobctl_trap()
Dptrace.c157 if (!(child->jobctl & JOBCTL_STOP_SIGMASK)) in __ptrace_unlink()