Home
last modified time | relevance | path

Searched refs:vmalloc (Results 1 – 6 of 6) sorted by relevance

/lib/
Dtest_vmalloc.c168 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()
[all …]
Ddecompress_unxz.c155 #undef vmalloc
159 #define vmalloc(size) malloc(size) macro
Dtest_meminit.c119 buf = vmalloc(size); in do_vmalloc_size()
123 buf = vmalloc(size); in do_vmalloc_size()
Dtest_overflow.c547 DEFINE_TEST_ALLOC(vmalloc, vfree, 0, 0, 0);
DKconfig.debug1875 tristate "Test module for stress/performance analysis of vmalloc allocator"
1881 stress and performance analysis. So, any new change for vmalloc
/lib/xz/
Dxz_dec_lzma2.c1119 s->dict.buf = vmalloc(dict_max); in xz_dec_lzma2_create()
1151 s->dict.buf = vmalloc(s->dict.size); in xz_dec_lzma2_reset()