Home
last modified time | relevance | path

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

/linux/include/linux/sched/
H A Djobctl.h12 #define JOBCTL_STOP_SIGMASK 0xffff /* signr of the last group stop */ macro
/linux/kernel/
H A Dsignal.c282 JOBCTL_STOP_SIGMASK | JOBCTL_TRAPPING)); in task_set_jobctl_pending()
288 if (mask & JOBCTL_STOP_SIGMASK) in task_set_jobctl_pending()
289 task->jobctl &= ~JOBCTL_STOP_SIGMASK; in task_set_jobctl_pending()
388 unsigned long mask = current->jobctl & JOBCTL_STOP_SIGMASK; in task_join_group_stop()
2562 WARN_ON_ONCE(signr & ~JOBCTL_STOP_SIGMASK); in do_signal_stop()
2673 int signr = current->jobctl & JOBCTL_STOP_SIGMASK; in do_jobctl_trap()