Home
last modified time | relevance | path

Searched refs:alloc_contig_pages (Results 1 – 4 of 4) sorted by relevance

/linux/arch/powerpc/platforms/powernv/
H A Dmemtrace.c105 page = alloc_contig_pages(nr_pages, GFP_KERNEL | __GFP_THISNODE | in memtrace_alloc_node()
/linux/mm/kfence/
H A Dcore.c965 pages = alloc_contig_pages(nr_pages_pool, GFP_KERNEL, first_online_node, in kfence_init_late()
971 pages = alloc_contig_pages(nr_pages_meta, GFP_KERNEL, first_online_node, in kfence_init_late()
/linux/include/linux/
H A Dgfp.h439 #define alloc_contig_pages(...) alloc_hooks(alloc_contig_pages_noprof(__VA_ARGS__)) macro
/linux/mm/
H A Ddebug_vm_pgtable.c1055 page = alloc_contig_pages((1 << order), GFP_KERNEL, in debug_vm_pgtable_alloc_huge_page()