Searched refs:test_size (Results 1 – 3 of 3) sorted by relevance
| /linux/tools/testing/selftests/pci_endpoint/ |
| H A D | pci_endpoint_test.c | 32 static const unsigned long test_size[5] = { 1, 1024, 1025, 1024000, 1024001 }; variable 208 for (i = 0; i < ARRAY_SIZE(test_size); i++) { in TEST_F() 209 param.size = test_size[i]; in TEST_F() 212 test_size[i]); in TEST_F() 227 for (i = 0; i < ARRAY_SIZE(test_size); i++) { in TEST_F() 228 param.size = test_size[i]; in TEST_F() 231 test_size[i]); in TEST_F() 246 for (i = 0; i < ARRAY_SIZE(test_size); i++) { in TEST_F() 247 param.size = test_size[i]; in TEST_F() 250 test_size[i]); in TEST_F()
|
| /linux/drivers/gpu/drm/xe/tests/ |
| H 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/tools/testing/selftests/bpf/prog_tests/ |
| H A D | btf.c | 8265 int test_size, expect_size; in do_test_dedup() local 8269 test_size = btf_type_size(test_type); in do_test_dedup() 8272 if (CHECK(test_size != expect_size, in do_test_dedup() 8274 i, test_size, expect_size)) { in do_test_dedup()
|