Searched refs:max_backoff (Results 1 – 1 of 1) sorted by relevance
2107 int32_t max_backoff = 10; // max native priority. in ZeropageIoctl() local2132 max_backoff -= prio; in ZeropageIoctl()2135 if (backoff_count < max_backoff) { in ZeropageIoctl()2156 int32_t max_backoff = 10; // max native priority. in CopyIoctl() local2187 max_backoff -= prio; in CopyIoctl()2190 if (backoff_count < max_backoff) { in CopyIoctl()