Searched refs:child_fn1 (Results 1 – 11 of 11) sorted by relevance
/external/ltp/testcases/kernel/containers/pidns/ |
D | pidns32.c | 47 static int child_fn1(void *arg) in child_fn1() function 56 (void *)child_fn1, (void *)(level + 1)); in child_fn1() 80 (void *)child_fn1, (void *)1); in test_max_nest()
|
D | pidns02.c | 65 int child_fn1(void *vtest) in child_fn1() function 98 TEST(do_clone_unshare_test(T_CLONE, CLONE_NEWPID, child_fn1, NULL)); in main()
|
D | pidns01.c | 69 int child_fn1(void *ttype LTP_ATTRIBUTE_UNUSED) in child_fn1() function 101 TEST(do_clone_unshare_test(T_CLONE, CLONE_NEWPID, child_fn1, NULL)); in main()
|
D | pidns04.c | 74 static int child_fn1(void *ttype) in child_fn1() function 116 TEST(do_clone_unshare_test(T_CLONE, CLONE_NEWPID, child_fn1, NULL)); in main()
|
/external/ltp/testcases/kernel/containers/userns/ |
D | userns05.c | 46 static int child_fn1(void) in child_fn1() function 74 cpid1 = ltp_clone_quick(SIGCHLD, (void *)child_fn1, in test_userns_id() 88 (void *)child_fn1, NULL); in test_userns_id()
|
D | userns07.c | 47 static int child_fn1(void *arg) in child_fn1() function 60 (void *)child_fn1, (void *)(level + 1)); in child_fn1() 97 (void *)child_fn1, (void *)0); in test_max_nest()
|
D | userns01.c | 50 static int child_fn1(void *arg LTP_ATTRIBUTE_UNUSED) in child_fn1() function 108 child_fn1, NULL)); in main()
|
D | userns04.c | 48 static int child_fn1(void *arg LTP_ATTRIBUTE_UNUSED) in child_fn1() function 81 (void *)child_fn1, NULL); in test_cap_sys_admin()
|
D | userns02.c | 42 static int child_fn1(void) in child_fn1() function 85 (void *)child_fn1, NULL); in main()
|
D | userns06.c | 49 static int child_fn1(void) in child_fn1() function 126 (void *)child_fn1, NULL); in main()
|
D | userns03.c | 67 static int child_fn1(void) in child_fn1() function 179 (void *)child_fn1, NULL); in main()
|