Home
last modified time | relevance | path

Searched refs:fork_child (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/tools/testing/selftests/powerpc/signal/
H A Dsigreturn_kernel.c33 static pid_t fork_child(void) in fork_child() function
73 pid = fork_child(); in test_sigreturn_kernel()
78 pid = fork_child(); in test_sigreturn_kernel()
83 pid = fork_child(); in test_sigreturn_kernel()
88 pid = fork_child(); in test_sigreturn_kernel()
93 pid = fork_child(); in test_sigreturn_kernel()
98 pid = fork_child(); in test_sigreturn_kernel()
103 pid = fork_child(); in test_sigreturn_kernel()
108 pid = fork_child(); in test_sigreturn_kernel()
120 pid = fork_child(); in test_sigreturn_kernel()
/openbmc/linux/tools/testing/selftests/rlimits/
H A Drlimits-per-userns.c44 static pid_t fork_child(void) in fork_child() function
109 child[i] = fork_child(); in main()