Searched refs:can_steal (Results 1 – 3 of 3) sorted by relevance
289 int migratetype, bool only_stealable, bool *can_steal);
2919 int migratetype, bool only_stealable, bool *can_steal) in find_suitable_fallback() argument2927 *can_steal = false; in find_suitable_fallback()2937 *can_steal = true; in find_suitable_fallback()2942 if (*can_steal) in find_suitable_fallback()3092 bool can_steal; in __rmqueue_fallback() local3111 start_migratetype, false, &can_steal); in __rmqueue_fallback()3123 if (!can_steal && start_migratetype == MIGRATE_MOVABLE in __rmqueue_fallback()3137 start_migratetype, false, &can_steal); in __rmqueue_fallback()3152 can_steal); in __rmqueue_fallback()
2168 bool can_steal; in __compact_finished() local2185 true, &can_steal) != -1) { in __compact_finished()