Lines Matching refs:test_mode
24 enum test_mode { enum
33 static int call_clone3(uint64_t flags, size_t size, enum test_mode test_mode) in call_clone3() argument
55 switch (test_mode) { in call_clone3()
113 enum test_mode test_mode) in test_clone3() argument
120 ret = call_clone3(flags, size, test_mode); in test_clone3()
169 enum test_mode test_mode; member
179 .test_mode = CLONE3_ARGS_NO_TEST,
186 .test_mode = CLONE3_ARGS_NO_TEST,
194 .test_mode = CLONE3_ARGS_NO_TEST,
201 .test_mode = CLONE3_ARGS_NO_TEST,
208 .test_mode = CLONE3_ARGS_NO_TEST,
215 .test_mode = CLONE3_ARGS_INVAL_EXIT_SIGNAL_BIG,
222 .test_mode = CLONE3_ARGS_INVAL_EXIT_SIGNAL_NEG,
229 .test_mode = CLONE3_ARGS_INVAL_EXIT_SIGNAL_CSIG,
236 .test_mode = CLONE3_ARGS_INVAL_EXIT_SIGNAL_NSIG,
243 .test_mode = CLONE3_ARGS_ALL_0,
250 .test_mode = CLONE3_ARGS_ALL_0,
257 .test_mode = CLONE3_ARGS_ALL_0,
264 .test_mode = CLONE3_ARGS_NO_TEST,
271 .test_mode = CLONE3_ARGS_NO_TEST,
279 .test_mode = CLONE3_ARGS_NO_TEST,
286 .test_mode = CLONE3_ARGS_NO_TEST,
294 .test_mode = CLONE3_ARGS_NO_TEST,
301 .test_mode = CLONE3_ARGS_NO_TEST,
309 .test_mode = CLONE3_ARGS_NO_TEST,
337 tests[i].test_mode), in main()