Symbol: TEST_LEN
drivers/ata/pata_parport/bpck.c
302
char buf[TEST_LEN];
drivers/ata/pata_parport/bpck.c
312
for (i = 0; i < TEST_LEN; i++) {
drivers/ata/pata_parport/bpck.c
324
for (i = 0; i < TEST_LEN; i++) {
drivers/ata/pata_parport/bpck.c
348
for (i = 0; i < TEST_LEN; i++)
drivers/ata/pata_parport/bpck.c
352
for (i = 0; i < TEST_LEN / 2; i++)
drivers/ata/pata_parport/bpck.c
356
for (i = 0; i < TEST_LEN / 4; i++)
drivers/ata/pata_parport/bpck.c
370
print_hex_dump_debug("bpck: ", DUMP_PREFIX_NONE, TEST_LEN, 1, buf,
drivers/ata/pata_parport/bpck.c
371
TEST_LEN, false);
drivers/ata/pata_parport/bpck.c
374
for (i = 0; i < TEST_LEN; i++) {
drivers/gpu/drm/xe/tests/xe_guc_relay_test.c
185
TEST_MSG, TEST_LEN, NULL, 0);
drivers/gpu/drm/xe/tests/xe_guc_relay_test.c
201
TEST_MSG, TEST_LEN, NULL, 0);
drivers/gpu/drm/xe/tests/xe_guc_relay_test.c
219
TEST_MSG, TEST_LEN, NULL, 0));
drivers/gpu/drm/xe/tests/xe_guc_relay_test.c
53
static const u32 TEST_MSG[TEST_LEN] = {
drivers/gpu/drm/xe/tests/xe_guc_relay_test.c
83
KUNIT_ASSERT_EQ(test, len, PF2GUC_RELAY_TO_VF_REQUEST_MSG_MIN_LEN + TEST_LEN);
drivers/gpu/drm/xe/tests/xe_guc_relay_test.c
93
sizeof(u32) * TEST_LEN);
lib/tests/test_sort.c
22
a = kunit_kmalloc_array(test, TEST_LEN, sizeof(*a), GFP_KERNEL);
lib/tests/test_sort.c
25
for (i = 0; i < TEST_LEN; i++) {
lib/tests/test_sort.c
30
sort(a, TEST_LEN, sizeof(*a), cmpint, NULL);
lib/tests/test_sort.c
32
for (i = 0; i < TEST_LEN - 1; i++)
lib/tests/test_sort.c
37
for (i = 0; i < TEST_LEN - 1; i++) {
lib/tests/test_sort.c
42
sort(a, TEST_LEN - 1, sizeof(*a), cmpint, NULL);
lib/tests/test_sort.c
44
for (i = 0; i < TEST_LEN - 2; i++)