Searched refs:E_prctl (Results 1 – 2 of 2) sorted by relevance
/linux-6.6.21/tools/testing/selftests/openat2/ | ||
D | helpers.h | 82 #define E_prctl(...) E_func(prctl, __VA_ARGS__) macro |
D | rename_attack_test.c | 62 E_prctl(PR_SET_PDEATHSIG, SIGKILL); in spawn_attack() |