Searched refs:can_steal (Results 1 – 3 of 3) sorted by relevance
224 int migratetype, bool only_stealable, bool *can_steal);
2479 int migratetype, bool only_stealable, bool *can_steal) in find_suitable_fallback() argument2487 *can_steal = false; in find_suitable_fallback()2497 *can_steal = true; in find_suitable_fallback()2502 if (*can_steal) in find_suitable_fallback()2646 bool can_steal; in __rmqueue_fallback() local2665 start_migratetype, false, &can_steal); in __rmqueue_fallback()2677 if (!can_steal && start_migratetype == MIGRATE_MOVABLE in __rmqueue_fallback()2691 start_migratetype, false, &can_steal); in __rmqueue_fallback()2706 can_steal); in __rmqueue_fallback()
1891 bool can_steal; in __compact_finished() local1908 true, &can_steal) != -1) { in __compact_finished()