Searched refs:TEST_LEN (Results 1 – 1 of 1) sorted by relevance
8 #define TEST_LEN 1000 macro19 a = kmalloc_array(TEST_LEN, sizeof(*a), GFP_KERNEL); in test_sort_init()23 for (i = 0; i < TEST_LEN; i++) { in test_sort_init()28 sort(a, TEST_LEN, sizeof(*a), cmpint, NULL); in test_sort_init()31 for (i = 0; i < TEST_LEN-1; i++) in test_sort_init()