Home
last modified time | relevance | path

Searched refs:can_steal (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/mm/
H A Dpage_alloc.c1868 int migratetype, bool only_stealable, bool *can_steal) in find_suitable_fallback() argument
1876 *can_steal = false; in find_suitable_fallback()
1883 *can_steal = true; in find_suitable_fallback()
1888 if (*can_steal) in find_suitable_fallback()
2031 bool can_steal; in __rmqueue_fallback() local
2050 start_migratetype, false, &can_steal); in __rmqueue_fallback()
2062 if (!can_steal && start_migratetype == MIGRATE_MOVABLE in __rmqueue_fallback()
2075 start_migratetype, false, &can_steal); in __rmqueue_fallback()
2090 can_steal); in __rmqueue_fallback()
H A Dinternal.h609 int migratetype, bool only_stealable, bool *can_steal);
H A Dcompaction.c2230 bool can_steal; in __compact_finished() local
2247 true, &can_steal) != -1) in __compact_finished()
/openbmc/linux/fs/btrfs/
H A Dspace-info.c1575 static inline bool can_steal(enum btrfs_reserve_flush_enum flush) in can_steal() function
1688 ticket.steal = can_steal(flush); in __reserve_bytes()