Searched refs:can_steal (Results 1 – 3 of 3) sorted by relevance
224 int migratetype, bool only_stealable, bool *can_steal);
2480 int migratetype, bool only_stealable, bool *can_steal) in find_suitable_fallback() argument2488 *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() local2666 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()
1891 bool can_steal; in __compact_finished() local1908 true, &can_steal) != -1) { in __compact_finished()