Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Dcompaction.h9 enum compact_priority { enum
94 const struct alloc_context *ac, enum compact_priority prio,
/linux-6.15/mm/
H A Dpage_alloc.c3879 enum compact_priority prio, enum compact_result *compact_result) in __alloc_pages_direct_compact()
3938 enum compact_priority *compact_priority, in should_compact_retry() argument
3945 enum compact_priority priority = *compact_priority; in should_compact_retry()
3991 if (*compact_priority > min_priority) { in should_compact_retry()
3992 (*compact_priority)--; in should_compact_retry()
4013 enum compact_priority *compact_priority, in should_compact_retry() argument
4432 enum compact_priority compact_priority; in __alloc_pages_slowpath() local
4463 compact_priority = DEF_COMPACT_PRIORITY; in __alloc_pages_slowpath()
4560 compact_priority = INIT_COMPACT_PRIORITY; in __alloc_pages_slowpath()
4614 compact_priority, &compact_result); in __alloc_pages_slowpath()
[all …]
H A Dcompaction.c2792 gfp_t gfp_mask, enum compact_priority prio, in compact_zone_order()
2858 enum compact_priority prio, struct page **capture) in try_to_compact_pages()
/linux-6.15/include/trace/events/
H A Doom.h186 enum compact_priority priority,