Home
last modified time | relevance | path

Searched refs:random_array (Results 1 – 1 of 1) sorted by relevance

/linux/lib/
H A Dtest_vmalloc.c447 int random_array[ARRAY_SIZE(test_case_array)]; in test_func() local
453 random_array[i] = i; in test_func()
456 shuffle_array(random_array, ARRAY_SIZE(test_case_array)); in test_func()
465 index = random_array[i]; in test_func()