Searched refs:PR_SET_PDEATHSIG (Results 1 – 13 of 13) sorted by relevance
| /Linux-v6.1/tools/testing/selftests/nsfs/ |
| D | pidns.c | 35 prctl(PR_SET_PDEATHSIG, SIGKILL); in child()
|
| D | owner.c | 41 prctl(PR_SET_PDEATHSIG, SIGKILL); in main()
|
| /Linux-v6.1/tools/perf/trace/beauty/ |
| D | prctl.c | 75 [PR_SET_PDEATHSIG] = all_but2, in syscall_arg__scnprintf_prctl_option()
|
| /Linux-v6.1/tools/testing/selftests/openat2/ |
| D | rename_attack_test.c | 62 E_prctl(PR_SET_PDEATHSIG, SIGKILL); in spawn_attack()
|
| /Linux-v6.1/tools/include/uapi/linux/ |
| D | prctl.h | 9 #define PR_SET_PDEATHSIG 1 /* Second arg is a signal */ macro
|
| /Linux-v6.1/include/uapi/linux/ |
| D | prctl.h | 9 #define PR_SET_PDEATHSIG 1 /* Second arg is a signal */ macro
|
| /Linux-v6.1/tools/testing/selftests/rlimits/ |
| D | rlimits-per-userns.c | 58 if (prctl(PR_SET_PDEATHSIG, SIGKILL) < 0) in fork_child()
|
| /Linux-v6.1/tools/testing/selftests/x86/ |
| D | fsgsbase_restore.c | 160 prctl(PR_SET_PDEATHSIG, SIGKILL, 0, 0, 0, 0); in main()
|
| /Linux-v6.1/tools/testing/selftests/pidfd/ |
| D | pidfd_getfd_test.c | 45 ret = prctl(PR_SET_PDEATHSIG, SIGKILL); in __child()
|
| /Linux-v6.1/tools/testing/selftests/bpf/benchs/ |
| D | bench_local_storage_rcu_tasks_trace.c | 157 err = prctl(PR_SET_PDEATHSIG, SIGKILL); in local_storage_tasks_trace_setup()
|
| /Linux-v6.1/tools/testing/selftests/uevent/ |
| D | uevent_filtering.c | 223 ret = prctl(PR_SET_PDEATHSIG, SIGKILL, 0, 0, 0); in set_death_signal()
|
| /Linux-v6.1/tools/testing/selftests/powerpc/mm/ |
| D | tlbie_test.c | 688 prctl(PR_SET_PDEATHSIG, SIGKILL); in main()
|
| /Linux-v6.1/kernel/ |
| D | sys.c | 2364 case PR_SET_PDEATHSIG: in SYSCALL_DEFINE5()
|