Searched refs:PR_SET_PDEATHSIG (Results 1 - 15 of 15) sorted by relevance

/linux-master/tools/testing/selftests/nsfs/
H A Downer.c41 prctl(PR_SET_PDEATHSIG, SIGKILL);
H A Dpidns.c35 prctl(PR_SET_PDEATHSIG, SIGKILL);
/linux-master/tools/perf/trace/beauty/
H A Dprctl.c75 [PR_SET_PDEATHSIG] = all_but2,
/linux-master/tools/testing/selftests/openat2/
H A Drename_attack_test.c62 E_prctl(PR_SET_PDEATHSIG, SIGKILL);
/linux-master/tools/testing/selftests/x86/
H A Dfsgsbase_restore.c160 prctl(PR_SET_PDEATHSIG, SIGKILL, 0, 0, 0, 0);
/linux-master/tools/testing/selftests/rlimits/
H A Drlimits-per-userns.c58 if (prctl(PR_SET_PDEATHSIG, SIGKILL) < 0)
59 err(EXIT_FAILURE, "(pid=%d): prctl(PR_SET_PDEATHSIG)", pid);
/linux-master/tools/testing/selftests/bpf/benchs/
H A Dbench_local_storage_rcu_tasks_trace.c144 err = prctl(PR_SET_PDEATHSIG, SIGKILL);
/linux-master/include/uapi/linux/
H A Dprctl.h9 #define PR_SET_PDEATHSIG 1 /* Second arg is a signal */ macro
/linux-master/tools/include/uapi/linux/
H A Dprctl.h9 #define PR_SET_PDEATHSIG 1 /* Second arg is a signal */ macro
/linux-master/tools/perf/bench/
H A Dsched-seccomp-notify.c117 if (prctl(PR_SET_PDEATHSIG, SIGKILL, 0, 0, 0))
/linux-master/tools/testing/selftests/mm/
H A Dmigration.c160 prctl(PR_SET_PDEATHSIG, SIGHUP);
/linux-master/tools/testing/selftests/pidfd/
H A Dpidfd_getfd_test.c46 ret = prctl(PR_SET_PDEATHSIG, SIGKILL);
/linux-master/tools/testing/selftests/uevent/
H A Duevent_filtering.c225 ret = prctl(PR_SET_PDEATHSIG, SIGKILL, 0, 0, 0);
271 fprintf(stderr, "Failed to set PR_SET_PDEATHSIG to SIGKILL\n");
/linux-master/tools/testing/selftests/powerpc/mm/
H A Dtlbie_test.c688 prctl(PR_SET_PDEATHSIG, SIGKILL);
/linux-master/kernel/
H A Dsys.c2461 case PR_SET_PDEATHSIG:

Completed in 250 milliseconds