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

/linux-master/mm/
H A Dpage_alloc.c1847 int migratetype, bool only_stealable, bool *can_steal)
1855 *can_steal = false;
1862 *can_steal = true;
1867 if (*can_steal)
2014 bool can_steal; local
2033 start_migratetype, false, &can_steal);
2045 if (!can_steal && start_migratetype == MIGRATE_MOVABLE
2058 start_migratetype, false, &can_steal);
2073 can_steal);
1846 find_suitable_fallback(struct free_area *area, unsigned int order, int migratetype, bool only_stealable, bool *can_steal) argument
H A Dinternal.h644 int migratetype, bool only_stealable, bool *can_steal);
H A Dcompaction.c2350 bool can_steal; local
2367 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 153 milliseconds