Lines Matching refs:vmalloc
162 p = vmalloc(n * PAGE_SIZE); in random_size_alloc_test()
181 ptr = vmalloc(sizeof(void *) * 15000); in long_busy_list_alloc_test()
186 ptr[i] = vmalloc(1 * PAGE_SIZE); in long_busy_list_alloc_test()
189 ptr_1 = vmalloc(100 * PAGE_SIZE); in long_busy_list_alloc_test()
193 ptr_2 = vmalloc(1 * PAGE_SIZE); in long_busy_list_alloc_test()
227 ptr = vmalloc(sizeof(void *) * junk_length); in full_fit_alloc_test()
231 junk_ptr = vmalloc(sizeof(void *) * junk_length); in full_fit_alloc_test()
238 ptr[i] = vmalloc(1 * PAGE_SIZE); in full_fit_alloc_test()
239 junk_ptr[i] = vmalloc(1 * PAGE_SIZE); in full_fit_alloc_test()
246 tmp = vmalloc(1 * PAGE_SIZE); in full_fit_alloc_test()
274 ptr = vmalloc(3 * PAGE_SIZE); in fix_size_alloc_test()
296 pcpu = vmalloc(sizeof(void __percpu *) * 35000); in pcpu_alloc_test()
337 p = vmalloc(1 * PAGE_SIZE); in kvfree_rcu_1_arg_vmalloc_test()
355 p = vmalloc(1 * PAGE_SIZE); in kvfree_rcu_2_arg_vmalloc_test()