Home
last modified time | relevance | path

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

/linux-5.19.10/fs/btrfs/
Dspace-info.c1556 static inline bool can_steal(enum btrfs_reserve_flush_enum flush) in can_steal() function
1635 ticket.steal = can_steal(flush); in __reserve_bytes()
/linux-5.19.10/mm/
Dinternal.h448 int migratetype, bool only_stealable, bool *can_steal);
Dpage_alloc.c2759 int migratetype, bool only_stealable, bool *can_steal) in find_suitable_fallback() argument
2767 *can_steal = false; in find_suitable_fallback()
2777 *can_steal = true; in find_suitable_fallback()
2782 if (*can_steal) in find_suitable_fallback()
2926 bool can_steal; in __rmqueue_fallback() local
2945 start_migratetype, false, &can_steal); in __rmqueue_fallback()
2957 if (!can_steal && start_migratetype == MIGRATE_MOVABLE in __rmqueue_fallback()
2971 start_migratetype, false, &can_steal); in __rmqueue_fallback()
2986 can_steal); in __rmqueue_fallback()
Dcompaction.c2122 bool can_steal; in __compact_finished() local
2139 true, &can_steal) != -1) in __compact_finished()