Searched refs:dummy_child (Results 1 - 6 of 6) sorted by relevance
/third_party/ltp/testcases/kernel/containers/pidns/ |
H A D | pidns_helper.h | 18 static int dummy_child(void *v) in dummy_child() function 31 pid = do_clone_unshare_test(T_CLONE, CLONE_NEWPID, dummy_child, NULL); in check_newpid()
|
/third_party/ltp/testcases/kernel/containers/sysvipc/ |
H A D | ipcns_helper.h | 23 static int dummy_child(void *v) in dummy_child() function 36 pid = do_clone_unshare_test(T_CLONE, CLONE_NEWIPC, dummy_child, NULL); in check_newipc()
|
/third_party/ltp/testcases/kernel/containers/mountns/ |
H A D | mountns_helper.h | 23 static int dummy_child(void *v) in dummy_child() function 36 pid = do_clone_unshare_test(T_CLONE, CLONE_NEWNS, dummy_child, NULL); in check_newns()
|
/third_party/ltp/testcases/kernel/containers/mqns/ |
H A D | mqns_helper.h | 28 static int dummy_child(void *v) in dummy_child() function 51 pid = do_clone_unshare_test(T_CLONE, CLONE_NEWIPC, dummy_child, NULL); in check_mqns()
|
/third_party/ltp/testcases/kernel/containers/userns/ |
H A D | userns_helper.h | 22 static int dummy_child(void *v) in dummy_child() function 35 pid = do_clone_unshare_test(T_CLONE, CLONE_NEWUSER, dummy_child, NULL); in check_newuser()
|
/third_party/ltp/testcases/kernel/containers/utsname/ |
H A D | utstest.c | 62 static int dummy_child(void *v) in dummy_child() function 75 pid = do_clone_unshare_test(T_CLONE, CLONE_NEWUTS, dummy_child, NULL); in check_newuts()
|
Completed in 2 milliseconds