Searched refs:child_mode (Results 1 – 1 of 1) sorted by relevance
242 unsigned long child_mode; in test_fork() local260 &child_mode, 0, 0, 0); in test_fork()261 if (ret == 0 && !(child_mode & PR_SHADOW_STACK_ENABLE)) { in test_fork()304 unsigned long child_mode; in test_vfork() local324 &child_mode, 0, 0, 0); in test_vfork()325 if (ret == 0 && !(child_mode & PR_SHADOW_STACK_ENABLE)) { in test_vfork()
Completed in 4 milliseconds