Home
last modified time | relevance | path

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

/mm/
Dinternal.h224 int migratetype, bool only_stealable, bool *can_steal);
Dpage_alloc.c2480 int migratetype, bool only_stealable, bool *can_steal) in find_suitable_fallback() argument
2488 *can_steal = false; in find_suitable_fallback()
2498 *can_steal = true; in find_suitable_fallback()
2503 if (*can_steal) in find_suitable_fallback()
2647 bool can_steal; in __rmqueue_fallback() local
2666 start_migratetype, false, &can_steal); in __rmqueue_fallback()
2678 if (!can_steal && start_migratetype == MIGRATE_MOVABLE in __rmqueue_fallback()
2692 start_migratetype, false, &can_steal); in __rmqueue_fallback()
2707 can_steal); in __rmqueue_fallback()
Dcompaction.c1891 bool can_steal; in __compact_finished() local
1908 true, &can_steal) != -1) { in __compact_finished()