Searched refs:PROTM_ALLOC_MAX_RETRIES (Results 1 – 1 of 1) sorted by relevance
46 #define PROTM_ALLOC_MAX_RETRIES ((u8)5) macro2314 } else if (err == -ENOMEM && sbuf->alloc_retries <= PROTM_ALLOC_MAX_RETRIES) { in protm_event_worker()2318 } else if (sbuf->alloc_retries >= PROTM_ALLOC_MAX_RETRIES || err != -ENOMEM) { in protm_event_worker()