Searched refs:can_steal (Results 1 – 3 of 3) sorted by relevance
325 int migratetype, bool only_stealable, bool *can_steal);
2726 int migratetype, bool only_stealable, bool *can_steal) in find_suitable_fallback() argument2734 *can_steal = false; in find_suitable_fallback()2744 *can_steal = true; in find_suitable_fallback()2749 if (*can_steal) in find_suitable_fallback()2893 bool can_steal; in __rmqueue_fallback() local2912 start_migratetype, false, &can_steal); in __rmqueue_fallback()2924 if (!can_steal && start_migratetype == MIGRATE_MOVABLE in __rmqueue_fallback()2938 start_migratetype, false, &can_steal); in __rmqueue_fallback()2953 can_steal); in __rmqueue_fallback()
2093 bool can_steal; in __compact_finished() local2110 true, &can_steal) != -1) { in __compact_finished()
Completed in 24 milliseconds