Searched refs:alloc_contig_range (Results 1 - 3 of 3) sorted by relevance

/linux-master/include/linux/
H A Dgfp.h432 #define alloc_contig_range(...) alloc_hooks(alloc_contig_range_noprof(__VA_ARGS__)) macro
/linux-master/mm/
H A Dcma.c102 * alloc_contig_range() requires the pfn range specified to be in the
466 ret = alloc_contig_range(pfn, pfn + count, MIGRATE_CMA,
/linux-master/drivers/virtio/
H A Dvirtio_mem.c1198 * using alloc_contig_range(). All pages in a subblock are
1223 * TODO: We want an alloc_contig_range() mode that tries to allocate
1238 rc = alloc_contig_range(pfn, pfn + nr_pages, MIGRATE_MOVABLE,
2557 * alloc_contig_range() works reliably with pageblock

Completed in 126 milliseconds