Lines Matching refs:vmalloc
4 * Test module for stress and analyze performance of vmalloc allocator.
10 #include <linux/vmalloc.h>
162 p = vmalloc(n * PAGE_SIZE);
181 ptr = vmalloc(sizeof(void *) * 15000);
186 ptr[i] = vmalloc(1 * PAGE_SIZE);
189 ptr_1 = vmalloc(100 * PAGE_SIZE);
193 ptr_2 = vmalloc(1 * PAGE_SIZE);
227 ptr = vmalloc(sizeof(void *) * junk_length);
231 junk_ptr = vmalloc(sizeof(void *) * junk_length);
238 ptr[i] = vmalloc(1 * PAGE_SIZE);
239 junk_ptr[i] = vmalloc(1 * PAGE_SIZE);
246 tmp = vmalloc(1 * PAGE_SIZE);
274 ptr = vmalloc(3 * PAGE_SIZE);
296 pcpu = vmalloc(sizeof(void __percpu *) * 35000);
337 p = vmalloc(1 * PAGE_SIZE);
355 p = vmalloc(1 * PAGE_SIZE);
624 MODULE_DESCRIPTION("vmalloc test module");