Home
last modified time | relevance | path

Searched refs:alloc_contig_pages (Results 1 – 3 of 3) 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.c1013 pages = alloc_contig_pages(nr_pages_pool, GFP_KERNEL | __GFP_SKIP_KASAN, in kfence_init_late()
1019 pages = alloc_contig_pages(nr_pages_meta, GFP_KERNEL | __GFP_SKIP_KASAN, in kfence_init_late()
/linux/include/linux/
H A Dgfp.h463 #define alloc_contig_pages(...) \ macro