Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/mm/
H A Dmigration.c166 prctl(PR_SET_PDEATHSIG, SIGHUP);
238 prctl(PR_SET_PDEATHSIG, SIGHUP);
298 prctl(PR_SET_PDEATHSIG, SIGHUP);
/linux/tools/testing/selftests/filesystems/nsfs/
H A Dpidns.c35 prctl(PR_SET_PDEATHSIG, SIGKILL); in child()
H A Downer.c41 prctl(PR_SET_PDEATHSIG, SIGKILL); in main()
/linux/tools/perf/trace/beauty/
H A Dprctl.c75 [PR_SET_PDEATHSIG] = all_but2, in syscall_arg__scnprintf_prctl_option()
/linux/tools/testing/selftests/openat2/
H A Drename_attack_test.c62 E_prctl(PR_SET_PDEATHSIG, SIGKILL); in spawn_attack()
/linux/arch/um/os-Linux/
H A Dprocess.c190 prctl(PR_SET_PDEATHSIG, SIGKILL); in os_set_pdeathsig()
/linux/tools/testing/selftests/rlimits/
H A Drlimits-per-userns.c58 if (prctl(PR_SET_PDEATHSIG, SIGKILL) < 0) in fork_child()
59 err(EXIT_FAILURE, "(pid=%d): prctl(PR_SET_PDEATHSIG)", pid); in fork_child()
/linux/tools/perf/bench/
H A Dsched-seccomp-notify.c117 if (prctl(PR_SET_PDEATHSIG, SIGKILL, 0, 0, 0)) in bench_sched_seccomp_notify()
/linux/tools/include/uapi/linux/
H A Dprctl.h9 #define PR_SET_PDEATHSIG 1 /* Second arg is a signal */ macro
/linux/tools/testing/selftests/x86/
H A Dfsgsbase_restore.c159 prctl(PR_SET_PDEATHSIG, SIGKILL, 0, 0, 0, 0); in main()
/linux/include/uapi/linux/
H A Dprctl.h9 #define PR_SET_PDEATHSIG 1 /* Second arg is a signal */ macro
/linux/tools/perf/trace/beauty/include/uapi/linux/
H A Dprctl.h9 #define PR_SET_PDEATHSIG 1 /* Second arg is a signal */ macro
/linux/tools/testing/selftests/bpf/benchs/
H A Dbench_local_storage_rcu_tasks_trace.c144 err = prctl(PR_SET_PDEATHSIG, SIGKILL); in local_storage_tasks_trace_setup()
/linux/arch/um/kernel/skas/
H A Dstub_exe.c38 stub_syscall2(__NR_prctl, PR_SET_PDEATHSIG, SIGKILL); in real_init()
/linux/tools/testing/selftests/pidfd/
H A Dpidfd_getfd_test.c46 ret = prctl(PR_SET_PDEATHSIG, SIGKILL); in __child()
/linux/tools/testing/selftests/uevent/
H A Duevent_filtering.c225 ret = prctl(PR_SET_PDEATHSIG, SIGKILL, 0, 0, 0); in set_death_signal()
271 fprintf(stderr, "Failed to set PR_SET_PDEATHSIG to SIGKILL\n"); in do_test()
/linux/tools/testing/selftests/powerpc/mm/
H A Dtlbie_test.c688 prctl(PR_SET_PDEATHSIG, SIGKILL); in main()