Home
last modified time | relevance | path

Searched refs:compact_priority (Results 1 – 2 of 2) sorted by relevance

/mm/
Dpage_alloc.c3990 enum compact_priority prio, enum compact_result *compact_result) in __alloc_pages_direct_compact()
4045 enum compact_priority *compact_priority, in should_compact_retry() argument
4052 enum compact_priority priority = *compact_priority; in should_compact_retry()
4110 if (*compact_priority > min_priority) { in should_compact_retry()
4111 (*compact_priority)--; in should_compact_retry()
4123 enum compact_priority prio, enum compact_result *compact_result) in __alloc_pages_direct_compact()
4132 enum compact_priority *compact_priority, in should_compact_retry() argument
4535 enum compact_priority compact_priority; in __alloc_pages_slowpath() local
4554 compact_priority = DEF_COMPACT_PRIORITY; in __alloc_pages_slowpath()
4652 compact_priority = INIT_COMPACT_PRIORITY; in __alloc_pages_slowpath()
[all …]
Dcompaction.c2281 gfp_t gfp_mask, enum compact_priority prio, in compact_zone_order()
2344 enum compact_priority prio, struct page **capture) in try_to_compact_pages()