Searched refs:TEST_LEN (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/lib/ |
H A D | test_sort.c | 11 #define TEST_LEN 1000 macro 22 a = kunit_kmalloc_array(test, TEST_LEN, sizeof(*a), GFP_KERNEL); in test_sort() 25 for (i = 0; i < TEST_LEN; i++) { in test_sort() 30 sort(a, TEST_LEN, sizeof(*a), cmpint, NULL); in test_sort() 32 for (i = 0; i < TEST_LEN-1; i++) in test_sort()
|
/openbmc/linux/drivers/ata/pata_parport/ |
H A D | bpck.c | 297 #define TEST_LEN 16 macro 302 char buf[TEST_LEN]; in bpck_test_proto() 312 for (i = 0; i < TEST_LEN; i++) { in bpck_test_proto() 324 for (i = 0; i < TEST_LEN; i++) { in bpck_test_proto() 348 for (i = 0; i < TEST_LEN; i++) in bpck_test_proto() 352 for (i = 0; i < TEST_LEN / 2; i++) in bpck_test_proto() 356 for (i = 0; i < TEST_LEN / 4; i++) in bpck_test_proto() 370 print_hex_dump_debug("bpck: ", DUMP_PREFIX_NONE, TEST_LEN, 1, buf, in bpck_test_proto() 371 TEST_LEN, false); in bpck_test_proto() 374 for (i = 0; i < TEST_LEN; i++) { in bpck_test_proto()
|
/openbmc/linux/Documentation/dev-tools/kunit/ |
H A D | usage.rst | 104 a = kunit_kmalloc_array(test, TEST_LEN, sizeof(*a), GFP_KERNEL); 106 for (i = 0; i < TEST_LEN; i++) { 110 sort(a, TEST_LEN, sizeof(*a), cmpint, NULL); 111 for (i = 0; i < TEST_LEN-1; i++)
|