Home
last modified time | relevance | path

Searched refs:run_test (Results 1 – 13 of 13) sorted by relevance

/linux-4.1.27/tools/testing/selftests/efivarfs/
Defivarfs.sh21 run_test() function
202 run_test test_create
203 run_test test_create_empty
204 run_test test_create_read
205 run_test test_delete
206 run_test test_zero_size_delete
207 run_test test_open_unlink
208 run_test test_valid_filenames
209 run_test test_invalid_filenames
/linux-4.1.27/tools/testing/selftests/powerpc/mm/
Dsubpage_prot.c93 static int run_test(void *addr, unsigned long size) in run_test() function
170 return run_test(mallocblock, mallocsize); in test_anon()
205 return run_test(fileblock, filesize); in test_file()
/linux-4.1.27/tools/testing/selftests/powerpc/
Dharness.c26 int run_test(int (test_function)(void), char *name) in run_test() function
110 rc = run_test(test_function, name); in test_harness()
/linux-4.1.27/drivers/misc/
Dkgdbts.c183 int (*run_test) (int, int); member
828 ts.run_test = run_simple_test; in init_simple_test()
1120 if (ts.run_test) in kgdbts_get_char()
1121 val = ts.run_test(1, 0); in kgdbts_get_char()
1128 if (ts.run_test) in kgdbts_put_char()
1129 ts.run_test(0, chr); in kgdbts_put_char()
/linux-4.1.27/tools/testing/selftests/ftrace/
Dftracetest231 run_test() { # testfile function
257 run_test $t
/linux-4.1.27/drivers/video/fbdev/omap/
Domapfb.h101 int (*run_test) (struct lcd_panel *panel, int test_num); member
187 int (*run_test) (int test_num); member
Domapfb_main.c1205 if (!fbdev->panel->run_test) { in omapfb_ioctl()
1209 r = fbdev->panel->run_test(fbdev->panel, test_num); in omapfb_ioctl()
1220 if (!fbdev->ctrl->run_test) { in omapfb_ioctl()
1224 r = fbdev->ctrl->run_test(test_num); in omapfb_ioctl()
Dlcd_mipid.c528 .run_test = mipid_run_test,
/linux-4.1.27/tools/perf/tests/
Dbuiltin-test.c202 static int run_test(struct test *test) in run_test() function
260 err = run_test(&tests[curr]); in __cmd_test()
/linux-4.1.27/tools/virtio/
Dvirtio_test.c153 static void run_test(struct vdev_info *dev, struct vq_info *vq, in run_test() function
300 run_test(&dev, &dev.vqs[0], delayed, 0x100000); in main()
/linux-4.1.27/drivers/video/fbdev/omap2/omapfb/
Domapfb-ioctl.c809 if (!display || !display->driver->run_test) { in omapfb_ioctl()
814 r = display->driver->run_test(display, p.test_num); in omapfb_ioctl()
824 if (!display || !display->driver->run_test) { in omapfb_ioctl()
829 r = display->driver->run_test(display, p.test_num); in omapfb_ioctl()
/linux-4.1.27/tools/testing/ktest/
Dktest.pl151 my $run_test;
257 "TEST" => \$run_test,
2547 run_command $run_test, $testlog or $failed = 1;
2570 doprint "run test $run_test\n";
2856 if ($type eq "test" && !defined($run_test)) {
3399 if ($type eq "test" && !defined($run_test)) {
4356 if (!$failed && $test_type ne "boot" && defined($run_test)) {
/linux-4.1.27/include/video/
Domapdss.h802 int (*run_test)(struct omap_dss_device *display, int test); member