Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dcompaction.h9 enum compact_priority { enum
94 const struct alloc_context *ac, enum compact_priority prio,
/linux/mm/
H A Dpage_alloc.c4139 enum compact_priority prio, enum compact_result *compact_result) in __alloc_pages_direct_compact()
4198 enum compact_priority *compact_priority, in should_compact_retry() argument
4205 enum compact_priority priority = *compact_priority; in should_compact_retry()
4251 if (*compact_priority > min_priority) { in should_compact_retry()
4252 (*compact_priority)--; in should_compact_retry()
4264 enum compact_priority prio, enum compact_result *compact_result) in __alloc_pages_direct_compact()
4273 enum compact_priority *compact_priority, in should_compact_retry() argument
4692 enum compact_priority compact_priority; in __alloc_pages_slowpath() local
4720 compact_priority = DEF_COMPACT_PRIORITY; in __alloc_pages_slowpath()
4734 compact_priority = INIT_COMPACT_PRIORITY; in __alloc_pages_slowpath()
[all …]
/linux/include/trace/events/
H A Doom.h186 enum compact_priority priority,