Searched refs:alloc_flags (Results 1 – 3 of 3) sorted by relevance
/mm/ |
D | page_alloc.c | 2167 unsigned int alloc_flags) in prep_new_page() argument 2183 if (alloc_flags & ALLOC_NO_WATERMARKS) in prep_new_page() 2395 unsigned int alloc_flags, int start_type, bool whole_block) in steal_suitable_fallback() argument 2423 if (alloc_flags & ALLOC_KSWAPD) in steal_suitable_fallback() 2640 unsigned int alloc_flags) in __rmqueue_fallback() argument 2654 if (alloc_flags & ALLOC_NOFRAGMENT) in __rmqueue_fallback() 2706 steal_suitable_fallback(zone, page, alloc_flags, start_migratetype, in __rmqueue_fallback() 2722 unsigned int alloc_flags) in __rmqueue() argument 2733 alloc_flags)) in __rmqueue() 2748 int migratetype, unsigned int alloc_flags) in rmqueue_bulk() argument [all …]
|
D | compaction.c | 1959 unsigned int alloc_flags, in __compaction_suitable() argument 1968 watermark = wmark_pages(zone, alloc_flags & ALLOC_WMARK_MASK); in __compaction_suitable() 1974 alloc_flags)) in __compaction_suitable() 2002 unsigned int alloc_flags, in compaction_suitable() argument 2008 ret = __compaction_suitable(zone, order, alloc_flags, classzone_idx, in compaction_suitable() 2040 int alloc_flags) in compaction_zonelist_suitable() argument 2062 compact_result = __compaction_suitable(zone, order, alloc_flags, in compaction_zonelist_suitable() 2093 ret = compaction_suitable(cc->zone, cc->order, cc->alloc_flags, in compact_zone() 2290 unsigned int alloc_flags, int classzone_idx, in compact_zone_order() argument 2301 .alloc_flags = alloc_flags, in compact_zone_order() [all …]
|
D | internal.h | 196 const unsigned int alloc_flags; /* alloc flags of a direct compactor */ member
|