Home
last modified time | relevance | path

Searched refs:await_child_success (Results 1 – 4 of 4) sorted by relevance

/linux/tools/testing/selftests/powerpc/dexcr/
H A Dhashchk_test.c143 await_child_success(pid); in hashchk_exec_random_key_test()
179 await_child_success(pid); in hashchk_fork_share_key_test()
213 await_child_success(pid); in hashchk_clone_share_key_test()
H A Ddexcr_test.c144 await_child_success(pid); in dexcr_prctl_aspect_test()
166 await_child_success(pid); in dexcr_prctl_aspect_test()
H A Ddexcr.h98 void await_child_success(pid_t pid);
H A Ddexcr.c122 void await_child_success(pid_t pid) in await_child_success() function