Searched refs:can_steal (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/linux-5.10/mm/ |
H A D | page_alloc.c | 2608 int migratetype, bool only_stealable, bool *can_steal) in find_suitable_fallback() 2616 *can_steal = false; in find_suitable_fallback() 2626 *can_steal = true; in find_suitable_fallback() 2631 if (*can_steal) in find_suitable_fallback() 2775 bool can_steal; in __rmqueue_fallback() local 2794 start_migratetype, false, &can_steal); in __rmqueue_fallback() 2806 if (!can_steal && start_migratetype == MIGRATE_MOVABLE in __rmqueue_fallback() 2820 start_migratetype, false, &can_steal); in __rmqueue_fallback() 2835 can_steal); in __rmqueue_fallback() 2607 find_suitable_fallback(struct free_area *area, unsigned int order, int migratetype, bool only_stealable, bool *can_steal) find_suitable_fallback() argument
|
H A D | internal.h | 396 int migratetype, bool only_stealable, bool *can_steal);
|
H A D | compaction.c | 2010 bool can_steal; in __compact_finished() local 2027 true, &can_steal) != -1) { in __compact_finished()
|
/kernel/linux/linux-6.6/mm/ |
H A D | page_alloc.c | 1856 int migratetype, bool only_stealable, bool *can_steal) in find_suitable_fallback() 1864 *can_steal = false; in find_suitable_fallback() 1871 *can_steal = true; in find_suitable_fallback() 1876 if (*can_steal) in find_suitable_fallback() 2019 bool can_steal; in __rmqueue_fallback() local 2038 start_migratetype, false, &can_steal); in __rmqueue_fallback() 2050 if (!can_steal && start_migratetype == MIGRATE_MOVABLE in __rmqueue_fallback() 2064 start_migratetype, false, &can_steal); in __rmqueue_fallback() 2079 can_steal); in __rmqueue_fallback() 1855 find_suitable_fallback(struct free_area *area, unsigned int order, int migratetype, bool only_stealable, bool *can_steal) find_suitable_fallback() argument
|
H A D | internal.h | 680 int migratetype, bool only_stealable, bool *can_steal);
|
H A D | compaction.c | 2230 bool can_steal; in __compact_finished() local 2247 true, &can_steal) != -1) in __compact_finished()
|
/kernel/linux/linux-6.6/fs/btrfs/ |
H A D | space-info.c | 1576 static inline bool can_steal(enum btrfs_reserve_flush_enum flush) in can_steal() function 1689 ticket.steal = can_steal(flush); in __reserve_bytes()
|
Completed in 31 milliseconds