Home
last modified time | relevance | path

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

/linux-4.4.14/kernel/
Dsignal.c251 JOBCTL_STOP_SIGMASK | JOBCTL_TRAPPING)); in task_set_jobctl_pending()
257 if (mask & JOBCTL_STOP_SIGMASK) in task_set_jobctl_pending()
258 task->jobctl &= ~JOBCTL_STOP_SIGMASK; in task_set_jobctl_pending()
1956 WARN_ON_ONCE(signr & ~JOBCTL_STOP_SIGMASK); in do_signal_stop()
2066 int signr = current->jobctl & JOBCTL_STOP_SIGMASK; in do_jobctl_trap()
Dptrace.c105 if (!(child->jobctl & JOBCTL_STOP_SIGMASK)) in __ptrace_unlink()
/linux-4.4.14/include/linux/
Dsched.h2176 #define JOBCTL_STOP_SIGMASK 0xffff /* signr of the last group stop */ macro