Home
last modified time | relevance | path

Searched refs:alloc_pages (Results 1 – 5 of 5) sorted by relevance

/mm/
A Dpercpu-km.c65 pages = alloc_pages(gfp, order_base_2(nr_pages)); in pcpu_create_chunk()
109 size_t nr_pages, alloc_pages; in pcpu_verify_alloc_info() local
118 alloc_pages = roundup_pow_of_two(nr_pages); in pcpu_verify_alloc_info()
120 if (alloc_pages > nr_pages) in pcpu_verify_alloc_info()
122 alloc_pages - nr_pages); in pcpu_verify_alloc_info()
A DKconfig.debug30 the patterns before alloc_pages(). Additionally, this option cannot
151 the patterns before alloc_pages. The filling of the memory helps
A Ddebug_vm_pgtable.c1035 page = alloc_pages(GFP_KERNEL, order); in debug_vm_pgtable_alloc_huge_page()
/mm/kmsan/
A Dhooks.c162 shadow = alloc_pages(gfp_mask, 1); in kmsan_ioremap_page_range()
163 origin = alloc_pages(gfp_mask, 1); in kmsan_ioremap_page_range()
/mm/kasan/
A Dkasan_test_c.c322 pages = alloc_pages(GFP_KERNEL, order); in page_alloc_oob_right()
336 pages = alloc_pages(GFP_KERNEL, order); in page_alloc_uaf()
1802 p_page = alloc_pages(GFP_KERNEL, 1); in vmap_tags()
1843 page = alloc_pages(GFP_KERNEL, 1); in vm_map_ram_tags()
1886 pages = alloc_pages(GFP_KERNEL, order); in match_all_not_assigned()

Completed in 13 milliseconds