Searched refs:can_steal (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/mm/ |
D | internal.h | 216 int migratetype, bool only_stealable, bool *can_steal);
|
D | page_alloc.c | 2206 int migratetype, bool only_stealable, bool *can_steal) in find_suitable_fallback() argument 2214 *can_steal = false; in find_suitable_fallback() 2224 *can_steal = true; in find_suitable_fallback() 2229 if (*can_steal) in find_suitable_fallback() 2373 bool can_steal; in __rmqueue_fallback() local 2384 start_migratetype, false, &can_steal); in __rmqueue_fallback() 2396 if (!can_steal && start_migratetype == MIGRATE_MOVABLE in __rmqueue_fallback() 2410 start_migratetype, false, &can_steal); in __rmqueue_fallback() 2425 steal_suitable_fallback(zone, page, start_migratetype, can_steal); in __rmqueue_fallback()
|
D | compaction.c | 1358 bool can_steal; in __compact_finished() local 1375 true, &can_steal) != -1) { in __compact_finished()
|