Searched refs:max_retries (Results 1 – 2 of 2) sorted by relevance
448 int max_retries = 5; in cma_alloc() local482 if ((num_attempts < max_retries) && (ret == -EBUSY)) { in cma_alloc()
4347 int max_retries = MAX_COMPACT_RETRIES; in should_compact_retry() local4395 max_retries /= 4; in should_compact_retry()4396 if (*compaction_retries <= max_retries) { in should_compact_retry()4415 trace_compact_retry(order, priority, compact_result, retries, max_retries, ret); in should_compact_retry()