Searched refs:max_delay (Results 1 – 2 of 2) sorted by relevance
495 ngx_msec_t now, delay, max_delay; in ngx_http_limit_req_account() local503 max_delay = 0; in ngx_http_limit_req_account()507 max_delay = (excess - (*limit)->delay) * 1000 / ctx->rate; in ngx_http_limit_req_account()553 if (delay > max_delay) { in ngx_http_limit_req_account()554 max_delay = delay; in ngx_http_limit_req_account()560 return max_delay; in ngx_http_limit_req_account()
1717 u16 max_delay = I40E_MAX_PHY_TIMEOUT, total_delay = 0; in i40e_aq_get_phy_capabilities() local1757 (total_delay < max_delay)); in i40e_aq_get_phy_capabilities()