TEST_LIST_LEN      34 lib/test_list_sort.c 	if (ela->serial >= TEST_LIST_LEN) {
TEST_LIST_LEN      38 lib/test_list_sort.c 	if (elb->serial >= TEST_LIST_LEN) {
TEST_LIST_LEN      79 lib/test_list_sort.c 	elts = kcalloc(TEST_LIST_LEN, sizeof(*elts), GFP_KERNEL);
TEST_LIST_LEN      83 lib/test_list_sort.c 	for (i = 0; i < TEST_LIST_LEN; i++) {
TEST_LIST_LEN      89 lib/test_list_sort.c 		el->value = prandom_u32() % (TEST_LIST_LEN / 3);
TEST_LIST_LEN     135 lib/test_list_sort.c 	if (count != TEST_LIST_LEN) {
TEST_LIST_LEN     142 lib/test_list_sort.c 	for (i = 0; i < TEST_LIST_LEN; i++)