Home
last modified time | relevance | path

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

/linux/mm/
H A Dpage_alloc.c4141 enum compact_priority prio, enum compact_result *compact_result) in __alloc_pages_direct_compact()
4251 enum compact_priority *compact_priority, in should_compact_retry() argument
4258 enum compact_priority priority = *compact_priority; in should_compact_retry()
4305 if (*compact_priority > min_priority) { in should_compact_retry()
4306 (*compact_priority)--; in should_compact_retry()
4318 enum compact_priority prio, enum compact_result *compact_result) in __alloc_pages_direct_compact()
4328 enum compact_priority *compact_priority, in should_compact_retry() argument
4794 enum compact_priority compact_priority; in __alloc_pages_slowpath() local
4823 compact_priority = DEF_COMPACT_PRIORITY; in __alloc_pages_slowpath()
4837 compact_priority = INIT_COMPACT_PRIORITY; in __alloc_pages_slowpath()
[all …]
/linux/include/trace/events/
H A Doom.h186 enum compact_priority priority,