Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/linux/sched/
A Djobctl.h31 #define JOBCTL_TRAP_NOTIFY (1UL << JOBCTL_TRAP_NOTIFY_BIT) macro
40 #define JOBCTL_TRAP_MASK (JOBCTL_TRAP_STOP | JOBCTL_TRAP_NOTIFY)
/linux-6.3-rc2/kernel/
A Dptrace.c1171 if (child->jobctl & JOBCTL_TRAP_NOTIFY) in ptrace_request()
A Dsignal.c892 task_set_jobctl_pending(t, JOBCTL_TRAP_NOTIFY); in ptrace_trap_notify()
2276 task_clear_jobctl_pending(current, JOBCTL_TRAP_NOTIFY); in ptrace_stop()

Completed in 12 milliseconds