Searched refs:compact_priority (Results 1 – 4 of 4) sorted by relevance
/linux-6.3-rc2/include/linux/ |
A D | compaction.h | 9 enum compact_priority { enum 96 const struct alloc_context *ac, enum compact_priority prio,
|
/linux-6.3-rc2/include/trace/events/ |
A D | oom.h | 158 enum compact_priority priority,
|
/linux-6.3-rc2/mm/ |
A D | page_alloc.c | 4520 enum compact_priority prio, enum compact_result *compact_result) in __alloc_pages_direct_compact() 4579 enum compact_priority *compact_priority, in should_compact_retry() argument 4586 enum compact_priority priority = *compact_priority; in should_compact_retry() 4647 if (*compact_priority > min_priority) { in should_compact_retry() 4648 (*compact_priority)--; in should_compact_retry() 4669 enum compact_priority *compact_priority, in should_compact_retry() argument 5072 enum compact_priority compact_priority; in __alloc_pages_slowpath() local 5083 compact_priority = DEF_COMPACT_PRIORITY; in __alloc_pages_slowpath() 5180 compact_priority = INIT_COMPACT_PRIORITY; in __alloc_pages_slowpath() 5226 compact_priority, &compact_result); in __alloc_pages_slowpath() [all …]
|
A D | compaction.c | 2522 gfp_t gfp_mask, enum compact_priority prio, in compact_zone_order() 2590 enum compact_priority prio, struct page **capture) in try_to_compact_pages()
|
Completed in 21 milliseconds