Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/mm/
H A Dcma.c465 int num_attempts = 0; in cma_alloc() local
500 if ((num_attempts < max_retries) && (ret == -EBUSY)) { in cma_alloc()
517 num_attempts++; in cma_alloc()