Lines Matching refs:PAGE_SIZE
97 size = ((rnd % 10) + 1) * PAGE_SIZE; in random_size_align_alloc_test()
122 ptr = __vmalloc_node(PAGE_SIZE, align, GFP_KERNEL|__GFP_ZERO, 0, in align_shift_alloc_test()
139 ptr = __vmalloc_node(5 * PAGE_SIZE, THREAD_ALIGN << 1, in fix_align_alloc_test()
159 p = vmalloc(n * PAGE_SIZE); in random_size_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()
222 junk_length *= (32 * 1024 * 1024 / PAGE_SIZE); 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()
272 ptr = vmalloc_huge((nr_pages > 0 ? nr_pages:1) * PAGE_SIZE, GFP_KERNEL); in fix_size_alloc_test()
274 ptr = vmalloc((nr_pages > 0 ? nr_pages:1) * PAGE_SIZE); in fix_size_alloc_test()
295 unsigned long size = (nr_pages > 0 ? nr_pages : 1) * PAGE_SIZE; in no_block_alloc_test()
325 size = get_random_u32_inclusive(1, PAGE_SIZE / 4); in pcpu_alloc_test()
357 p = vmalloc(1 * PAGE_SIZE); in kvfree_rcu_1_arg_vmalloc_test()
375 p = vmalloc(1 * PAGE_SIZE); in kvfree_rcu_2_arg_vmalloc_test()