Searched refs:can_steal (Results 1 – 3 of 3) sorted by relevance
283 int migratetype, bool only_stealable, bool *can_steal);
2734 int migratetype, bool only_stealable, bool *can_steal) in find_suitable_fallback() argument2742 *can_steal = false; in find_suitable_fallback()2752 *can_steal = true; in find_suitable_fallback()2757 if (*can_steal) in find_suitable_fallback()2901 bool can_steal; in __rmqueue_fallback() local2920 start_migratetype, false, &can_steal); in __rmqueue_fallback()2932 if (!can_steal && start_migratetype == MIGRATE_MOVABLE in __rmqueue_fallback()2946 start_migratetype, false, &can_steal); in __rmqueue_fallback()2961 can_steal); in __rmqueue_fallback()
2087 bool can_steal; in __compact_finished() local2104 true, &can_steal) != -1) { in __compact_finished()