Home
last modified time | relevance | path

Searched refs:alloc_contig_range (Results 1 – 2 of 2) sorted by relevance

/linux/include/linux/
H A Dgfp.h435 #define alloc_contig_range(...) alloc_hooks(alloc_contig_range_noprof(__VA_ARGS__)) macro
/linux/mm/
H A Dcma.c839 ret = alloc_contig_range(pfn, pfn + count, ACR_FLAGS_CMA, gfp); in cma_range_alloc()