Home
last modified time | relevance | path

Searched refs:dummy_child (Results 1 - 6 of 6) sorted by relevance

/third_party/ltp/testcases/kernel/containers/pidns/
H A Dpidns_helper.h18 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 Dipcns_helper.h23 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 Dmountns_helper.h23 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 Dmqns_helper.h28 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 Duserns_helper.h22 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 Dutstest.c62 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