Home
last modified time | relevance | path

Searched refs:test_size (Results 1 – 4 of 4) sorted by relevance

/linux/tools/testing/selftests/pci_endpoint/
H A Dpci_endpoint_test.c32 static const unsigned long test_size[5] = { 1, 1024, 1025, 1024000, 1024001 }; variable
187 for (i = 0; i < ARRAY_SIZE(test_size); i++) { in TEST_F()
188 param.size = test_size[i]; in TEST_F()
191 test_size[i]); in TEST_F()
206 for (i = 0; i < ARRAY_SIZE(test_size); i++) { in TEST_F()
207 param.size = test_size[i]; in TEST_F()
210 test_size[i]); in TEST_F()
225 for (i = 0; i < ARRAY_SIZE(test_size); i++) { in TEST_F()
226 param.size = test_size[i]; in TEST_F()
229 test_size[i]); in TEST_F()
/linux/drivers/gpu/drm/xe/tests/
H A Dxe_guc_db_mgr_test.c59 static void test_size(struct kunit *test) in test_size() function
187 KUNIT_CASE_PARAM(test_size, guc_dbm_gen_params),
/linux/drivers/usb/host/
H A Disp1362-hcd.c2432 int test_size = 0; in isp1362_chip_test() local
2450 offset * 2 + PTD_HEADER_SIZE, test_size); in isp1362_chip_test()
2452 PTD_HEADER_SIZE + test_size); in isp1362_chip_test()
2454 if (memcmp(ref, tst, PTD_HEADER_SIZE + test_size)) { in isp1362_chip_test()
2455 dump_data(((u8 *)ref) + offset, PTD_HEADER_SIZE + test_size); in isp1362_chip_test()
2456 dump_data((u8 *)tst, PTD_HEADER_SIZE + test_size); in isp1362_chip_test()
2459 PTD_HEADER_SIZE + test_size); in isp1362_chip_test()
2461 if (memcmp(ref, tst, PTD_HEADER_SIZE + test_size)) { in isp1362_chip_test()
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dbtf.c8200 int test_size, expect_size; in do_test_dedup() local
8204 test_size = btf_type_size(test_type); in do_test_dedup()
8207 if (CHECK(test_size != expect_size, in do_test_dedup()
8209 i, test_size, expect_size)) { in do_test_dedup()