Searched refs:alloc_pages (Results 1 – 5 of 5) sorted by relevance
| /mm/ |
| A D | percpu-km.c | 65 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 D | Kconfig.debug | 30 the patterns before alloc_pages(). Additionally, this option cannot 151 the patterns before alloc_pages. The filling of the memory helps
|
| A D | debug_vm_pgtable.c | 1035 page = alloc_pages(GFP_KERNEL, order); in debug_vm_pgtable_alloc_huge_page()
|
| /mm/kmsan/ |
| A D | hooks.c | 162 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 D | kasan_test_c.c | 322 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