Home
last modified time | relevance | path

Searched refs:test_function (Results 1 – 7 of 7) sorted by relevance

/linux-4.4.14/tools/testing/selftests/powerpc/
Dharness.c26 int run_test(int (test_function)(void), char *name) in run_test()
38 exit(test_function()); in run_test()
97 int test_harness(int (test_function)(void), char *name) in test_harness()
110 rc = run_test(test_function, name); in test_harness()
Dutils.h22 int test_harness(int (test_function)(void), char *name);
/linux-4.4.14/tools/perf/tests/
Dbp_signal_overflow.c32 static int test_function(void) in test_function() function
84 pe.bp_addr = (unsigned long) test_function; in test__bp_signal_overflow()
110 test_function(); in test__bp_signal_overflow()
Dbp_signal.c35 static int test_function(void) in test_function() function
155 fd1 = bp_event(test_function, 1); in test__bp_signal()
165 test_function(); in test__bp_signal()
/linux-4.4.14/tools/testing/selftests/powerpc/pmu/
Dlib.c142 pid_t eat_cpu(int (test_function)(void)) in eat_cpu()
169 rc = test_function(); in eat_cpu()
Dlib.h30 extern pid_t eat_cpu(int (test_function)(void));
/linux-4.4.14/tools/testing/selftests/vm/
Dmlock2-tests.c713 static int test_mlockall(int (test_function)(bool call_mlock)) in test_mlockall()
722 ret = test_function(false); in test_mlockall()