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

/linux-master/mm/
H A Dpage_alloc.c1930 int migratetype, bool only_stealable, bool *can_steal)
1938 *can_steal = false;
1945 *can_steal = true;
1950 if (*can_steal)
2102 bool can_steal; local
2121 start_migratetype, false, &can_steal);
2133 if (!can_steal && start_migratetype == MIGRATE_MOVABLE
2146 start_migratetype, false, &can_steal);
2162 start_migratetype, alloc_flags, can_steal);
1929 find_suitable_fallback(struct free_area *area, unsigned int order, int migratetype, bool only_stealable, bool *can_steal) argument
H A Dinternal.h742 int migratetype, bool only_stealable, bool *can_steal);
H A Dcompaction.c2355 bool can_steal; local
2372 true, &can_steal) != -1)
/linux-master/fs/btrfs/
H A Dspace-info.c1595 static inline bool can_steal(enum btrfs_reserve_flush_enum flush) function
1708 ticket.steal = can_steal(flush);

Completed in 237 milliseconds