Searched refs:test_size (Results 1 – 2 of 2) sorted by relevance
59 static void test_size(struct kunit *test) in test_size() function187 KUNIT_CASE_PARAM(test_size, guc_dbm_gen_params),
2432 int test_size = 0; in isp1362_chip_test() local2450 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()
Completed in 8 milliseconds