Searched refs:max_retries (Results 1 – 2 of 2) sorted by relevance
448 int max_retries = 5; in __cma_alloc() local463 trace_android_vh_cma_alloc_set_max_retries(&max_retries); in __cma_alloc()480 if ((num_attempts < max_retries) && (ret == -EBUSY)) { in __cma_alloc()
3668 int max_retries = MAX_COMPACT_RETRIES; in should_compact_retry() local3704 max_retries /= 4; in should_compact_retry()3706 if (++(*compaction_retries) <= max_retries) { in should_compact_retry()3724 trace_compact_retry(order, priority, compact_result, retries, max_retries, ret); in should_compact_retry()