Searched refs:compact_priority (Results 1 – 4 of 4) sorted by relevance
| /linux/include/linux/ |
| H A D | compaction.h | 9 enum compact_priority { enum 94 const struct alloc_context *ac, enum compact_priority prio,
|
| /linux/mm/ |
| H A D | page_alloc.c | 4120 enum compact_priority prio, enum compact_result *compact_result) in __alloc_pages_direct_compact() 4179 enum compact_priority *compact_priority, in should_compact_retry() argument 4186 enum compact_priority priority = *compact_priority; in should_compact_retry() 4232 if (*compact_priority > min_priority) { in should_compact_retry() 4233 (*compact_priority)--; in should_compact_retry() 4245 enum compact_priority prio, enum compact_result *compact_result) in __alloc_pages_direct_compact() 4254 enum compact_priority *compact_priority, in should_compact_retry() argument 4673 enum compact_priority compact_priority; in __alloc_pages_slowpath() local 4699 compact_priority = DEF_COMPACT_PRIORITY; in __alloc_pages_slowpath() 4796 compact_priority = INIT_COMPACT_PRIORITY; in __alloc_pages_slowpath() [all …]
|
| H A D | compaction.c | 2750 gfp_t gfp_mask, enum compact_priority prio, in compact_zone_order() 2816 enum compact_priority prio, struct page **capture) in try_to_compact_pages()
|
| /linux/include/trace/events/ |
| H A D | oom.h | 186 enum compact_priority priority,
|