Home
last modified time | relevance | path

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

/linux-6.1.9/mm/
Dinternal.h449 int migratetype, bool only_stealable, bool *can_steal);
Dpage_alloc.c2846 int migratetype, bool only_stealable, bool *can_steal) in find_suitable_fallback() argument
2854 *can_steal = false; in find_suitable_fallback()
2864 *can_steal = true; in find_suitable_fallback()
2869 if (*can_steal) in find_suitable_fallback()
3013 bool can_steal; in __rmqueue_fallback() local
3032 start_migratetype, false, &can_steal); in __rmqueue_fallback()
3044 if (!can_steal && start_migratetype == MIGRATE_MOVABLE in __rmqueue_fallback()
3058 start_migratetype, false, &can_steal); in __rmqueue_fallback()
3073 can_steal); in __rmqueue_fallback()
Dcompaction.c2121 bool can_steal; in __compact_finished() local
2138 true, &can_steal) != -1) in __compact_finished()
/linux-6.1.9/fs/btrfs/
Dspace-info.c1581 static inline bool can_steal(enum btrfs_reserve_flush_enum flush) in can_steal() function
1660 ticket.steal = can_steal(flush); in __reserve_bytes()