Home
last modified time | relevance | path

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

/openbmc/linux/mm/
H A Dpage_alloc.c3450 int *compaction_retries) in should_compact_retry() argument
3455 int retries = *compaction_retries; in should_compact_retry()
3490 if (++(*compaction_retries) <= max_retries) { in should_compact_retry()
3504 *compaction_retries = 0; in should_compact_retry()
3525 int *compaction_retries) in should_compact_retry() argument
3930 int compaction_retries; in __alloc_pages_slowpath() local
3937 compaction_retries = 0; in __alloc_pages_slowpath()
4112 &compaction_retries)) in __alloc_pages_slowpath()