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

/linux-master/tools/time/
H A Dudelay_test.sh22 test_one() function
43 test_one $delay
46 test_one $delay
49 test_one $delay
/linux-master/tools/testing/selftests/powerpc/stringloops/
H A Dstrlen.c15 static void test_one(char *s) function
72 test_one(s);
88 test_one(s);
H A Dmemcmp.c37 static void test_one(char *s1, char *s2, unsigned long max_offset, function
116 test_one(rand_s1, rand_s2, LARGE_MAX_OFFSET,
119 test_one(rand_s1, rand_s2, SIZE, 0, comp_size);
144 test_one(rand_s1, rand_s2, LARGE_MAX_OFFSET,
147 test_one(rand_s1, rand_s2, SIZE, 0, comp_size);
/linux-master/tools/testing/selftests/powerpc/mm/
H A Dstack_expansion_ldst.c129 static int test_one(unsigned int stack_used, int delta, enum access_type type) function
163 assert(test_one(DEFAULT_SIZE, delta, type) == 0);
165 assert(test_one(DEFAULT_SIZE, rlim_cur, type) == 0);
168 assert(test_one(DEFAULT_SIZE, rlim_cur + 1, type) != 0);
/linux-master/tools/testing/selftests/powerpc/vphn/
H A Dtest-vphn.c366 static int test_one(struct test *test) function
399 ret = test_one(test);
/linux-master/tools/perf/arch/x86/tests/
H A Dintel-pt-test.c261 static int test_one(const struct test_data *d) function
314 ret = test_one(d);

Completed in 186 milliseconds