Searched refs:can_steal (Results 1 – 4 of 4) sorted by relevance
/linux-6.12.1/mm/ |
D | page_alloc.c | 2000 int migratetype, bool only_stealable, bool *can_steal) in find_suitable_fallback() argument 2008 *can_steal = false; in find_suitable_fallback() 2015 *can_steal = true; in find_suitable_fallback() 2020 if (*can_steal) in find_suitable_fallback() 2190 bool can_steal; in __rmqueue_fallback() local 2209 start_migratetype, false, &can_steal); in __rmqueue_fallback() 2221 if (!can_steal && start_migratetype == MIGRATE_MOVABLE in __rmqueue_fallback() 2234 start_migratetype, false, &can_steal); in __rmqueue_fallback() 2250 start_migratetype, alloc_flags, can_steal); in __rmqueue_fallback()
|
D | internal.h | 836 int migratetype, bool only_stealable, bool *can_steal);
|
D | compaction.c | 2332 bool can_steal; in __compact_finished() local 2349 true, &can_steal) != -1) in __compact_finished()
|
/linux-6.12.1/fs/btrfs/ |
D | space-info.c | 1612 static inline bool can_steal(enum btrfs_reserve_flush_enum flush) in can_steal() function 1725 ticket.steal = can_steal(flush); in __reserve_bytes()
|