Home
last modified time | relevance | path

Searched refs:alloc_flags (Results 1 – 3 of 3) sorted by relevance

/mm/
Dpage_alloc.c2169 unsigned int alloc_flags) in prep_new_page() argument
2185 if (alloc_flags & ALLOC_NO_WATERMARKS) in prep_new_page()
2407 unsigned int alloc_flags, int start_type, bool whole_block) in steal_suitable_fallback() argument
2434 if (boost_watermark(zone) && (alloc_flags & ALLOC_KSWAPD)) in steal_suitable_fallback()
2651 unsigned int alloc_flags) in __rmqueue_fallback() argument
2665 if (alloc_flags & ALLOC_NOFRAGMENT) in __rmqueue_fallback()
2717 steal_suitable_fallback(zone, page, alloc_flags, start_migratetype, in __rmqueue_fallback()
2733 unsigned int alloc_flags) in __rmqueue() argument
2741 alloc_flags)) in __rmqueue()
2751 unsigned int alloc_flags) in __rmqueue_cma() argument
[all …]
Dcompaction.c1951 unsigned int alloc_flags, in __compaction_suitable() argument
1960 watermark = wmark_pages(zone, alloc_flags & ALLOC_WMARK_MASK); in __compaction_suitable()
1966 alloc_flags)) in __compaction_suitable()
1994 unsigned int alloc_flags, in compaction_suitable() argument
2000 ret = __compaction_suitable(zone, order, alloc_flags, classzone_idx, in compaction_suitable()
2032 int alloc_flags) in compaction_zonelist_suitable() argument
2054 compact_result = __compaction_suitable(zone, order, alloc_flags, in compaction_zonelist_suitable()
2085 ret = compaction_suitable(cc->zone, cc->order, cc->alloc_flags, in compact_zone()
2282 unsigned int alloc_flags, int classzone_idx, in compact_zone_order() argument
2293 .alloc_flags = alloc_flags, in compact_zone_order()
[all …]
Dinternal.h196 const unsigned int alloc_flags; /* alloc flags of a direct compactor */ member