Home
last modified time | relevance | path

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

/Linux-v5.10/include/uapi/linux/
Dptrace.h54 #define PTRACE_INTERRUPT 0x4207 macro
/Linux-v5.10/tools/testing/selftests/cgroup/
Dtest_freezer.c667 if (ptrace(PTRACE_INTERRUPT, pid, NULL, NULL)) in test_cgfreezer_ptrace()
787 if (ptrace(PTRACE_INTERRUPT, pid, NULL, NULL)) in test_cgfreezer_ptraced()
/Linux-v5.10/kernel/
Dptrace.c1091 case PTRACE_INTERRUPT: in ptrace_request()
1267 request == PTRACE_INTERRUPT); in SYSCALL_DEFINE4()
1412 request == PTRACE_INTERRUPT); in COMPAT_SYSCALL_DEFINE4()