Searched refs:test_size (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/gpu/drm/xe/tests/ |
| A D | xe_guc_db_mgr_test.c | 59 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/ |
| A D | isp1362-hcd.c | 2432 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/ |
| A D | btf.c | 8185 int test_size, expect_size; in do_test_dedup() local 8189 test_size = btf_type_size(test_type); in do_test_dedup() 8192 if (CHECK(test_size != expect_size, in do_test_dedup() 8194 i, test_size, expect_size)) { in do_test_dedup()
|
Completed in 74 milliseconds