Lines Matching refs:vmalloc
159 p = vmalloc(n * PAGE_SIZE); in random_size_alloc_test()
178 ptr = vmalloc(sizeof(void *) * 15000); in long_busy_list_alloc_test()
183 ptr[i] = vmalloc(1 * PAGE_SIZE); in long_busy_list_alloc_test()
186 ptr_1 = vmalloc(100 * PAGE_SIZE); in long_busy_list_alloc_test()
190 ptr_2 = vmalloc(1 * PAGE_SIZE); in long_busy_list_alloc_test()
224 ptr = vmalloc(sizeof(void *) * junk_length); in full_fit_alloc_test()
228 junk_ptr = vmalloc(sizeof(void *) * junk_length); in full_fit_alloc_test()
235 ptr[i] = vmalloc(1 * PAGE_SIZE); in full_fit_alloc_test()
236 junk_ptr[i] = vmalloc(1 * PAGE_SIZE); in full_fit_alloc_test()
243 tmp = vmalloc(1 * PAGE_SIZE); in full_fit_alloc_test()
274 ptr = vmalloc((nr_pages > 0 ? nr_pages:1) * PAGE_SIZE); in fix_size_alloc_test()
296 pcpu = vmalloc(sizeof(void __percpu *) * 35000); in pcpu_alloc_test()
333 p = vmalloc(1 * PAGE_SIZE); in kvfree_rcu_1_arg_vmalloc_test()
351 p = vmalloc(1 * PAGE_SIZE); in kvfree_rcu_2_arg_vmalloc_test()