Lines Matching refs:vmalloc
168 p = vmalloc(n * PAGE_SIZE); in random_size_alloc_test()
187 ptr = vmalloc(sizeof(void *) * 15000); in long_busy_list_alloc_test()
192 ptr[i] = vmalloc(1 * PAGE_SIZE); in long_busy_list_alloc_test()
195 ptr_1 = vmalloc(100 * PAGE_SIZE); in long_busy_list_alloc_test()
199 ptr_2 = vmalloc(1 * PAGE_SIZE); in long_busy_list_alloc_test()
233 ptr = vmalloc(sizeof(void *) * junk_length); in full_fit_alloc_test()
237 junk_ptr = vmalloc(sizeof(void *) * junk_length); in full_fit_alloc_test()
244 ptr[i] = vmalloc(1 * PAGE_SIZE); in full_fit_alloc_test()
245 junk_ptr[i] = vmalloc(1 * PAGE_SIZE); in full_fit_alloc_test()
252 tmp = vmalloc(1 * PAGE_SIZE); in full_fit_alloc_test()
280 ptr = vmalloc(3 * PAGE_SIZE); in fix_size_alloc_test()
302 pcpu = vmalloc(sizeof(void __percpu *) * 35000); in pcpu_alloc_test()