Lines Matching full:expected
112 static bool test_clone3(uint64_t flags, size_t size, int expected, in test_clone3() argument
121 ksft_print_msg("[%d] clone3() with flags says: %d expected %d\n", in test_clone3()
122 getpid(), ret, expected); in test_clone3()
123 if (ret != expected) { in test_clone3()
125 "[%d] Result (%d) is different than expected (%d)\n", in test_clone3()
126 getpid(), ret, expected); in test_clone3()
168 int expected; member
178 .expected = 0,
185 .expected = 0,
193 .expected = 0,
200 .expected = -EINVAL,
207 .expected = 0,
214 .expected = -EINVAL,
221 .expected = -EINVAL,
228 .expected = -EINVAL,
235 .expected = -EINVAL,
242 .expected = 0,
249 .expected = -E2BIG,
256 .expected = -E2BIG,
263 .expected = -E2BIG,
270 .expected = 0,
278 .expected = -EINVAL,
285 .expected = 0,
293 .expected = -E2BIG,
300 .expected = 0,
308 .expected = -EINVAL,
336 tests[i].expected, in main()