Home
last modified time | relevance | path

Searched refs:do_test (Results 1 – 3 of 3) sorted by relevance

/linux-4.19.296/lib/
Dtest_printf.c33 do_test(int bufsize, const char *expect, int elen, in do_test() function
109 failed_tests += do_test(BUF_SIZE, expect, elen, fmt, ap); in __test()
112 failed_tests += do_test(rand, expect, elen, fmt, ap); in __test()
113 failed_tests += do_test(0, expect, elen, fmt, ap); in __test()
/linux-4.19.296/include/scsi/
Dosd_initiator.h78 int osduld_register_test(unsigned ioctl, do_test_fn *do_test);
/linux-4.19.296/crypto/
Dtcrypt.c1655 static int do_test(const char *alg, u32 type, u32 mask, int m, u32 num_mb) in do_test() function
1670 ret += do_test(NULL, 0, 0, i, num_mb); in do_test()
2953 err = do_test(alg, type, mask, mode, num_mb); in tcrypt_mod_init()