Home
last modified time | relevance | path

Searched refs:PR_SET_PDEATHSIG (Results 1 – 13 of 13) sorted by relevance

/Linux-v6.1/tools/testing/selftests/nsfs/
Dpidns.c35 prctl(PR_SET_PDEATHSIG, SIGKILL); in child()
Downer.c41 prctl(PR_SET_PDEATHSIG, SIGKILL); in main()
/Linux-v6.1/tools/perf/trace/beauty/
Dprctl.c75 [PR_SET_PDEATHSIG] = all_but2, in syscall_arg__scnprintf_prctl_option()
/Linux-v6.1/tools/testing/selftests/openat2/
Drename_attack_test.c62 E_prctl(PR_SET_PDEATHSIG, SIGKILL); in spawn_attack()
/Linux-v6.1/tools/include/uapi/linux/
Dprctl.h9 #define PR_SET_PDEATHSIG 1 /* Second arg is a signal */ macro
/Linux-v6.1/include/uapi/linux/
Dprctl.h9 #define PR_SET_PDEATHSIG 1 /* Second arg is a signal */ macro
/Linux-v6.1/tools/testing/selftests/rlimits/
Drlimits-per-userns.c58 if (prctl(PR_SET_PDEATHSIG, SIGKILL) < 0) in fork_child()
/Linux-v6.1/tools/testing/selftests/x86/
Dfsgsbase_restore.c160 prctl(PR_SET_PDEATHSIG, SIGKILL, 0, 0, 0, 0); in main()
/Linux-v6.1/tools/testing/selftests/pidfd/
Dpidfd_getfd_test.c45 ret = prctl(PR_SET_PDEATHSIG, SIGKILL); in __child()
/Linux-v6.1/tools/testing/selftests/bpf/benchs/
Dbench_local_storage_rcu_tasks_trace.c157 err = prctl(PR_SET_PDEATHSIG, SIGKILL); in local_storage_tasks_trace_setup()
/Linux-v6.1/tools/testing/selftests/uevent/
Duevent_filtering.c223 ret = prctl(PR_SET_PDEATHSIG, SIGKILL, 0, 0, 0); in set_death_signal()
/Linux-v6.1/tools/testing/selftests/powerpc/mm/
Dtlbie_test.c688 prctl(PR_SET_PDEATHSIG, SIGKILL); in main()
/Linux-v6.1/kernel/
Dsys.c2364 case PR_SET_PDEATHSIG: in SYSCALL_DEFINE5()