Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_limit_req_module.c495 ngx_msec_t now, delay, max_delay; in ngx_http_limit_req_account() local
503 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()
/f-stack/dpdk/drivers/net/i40e/base/
H A Di40e_common.c1717 u16 max_delay = I40E_MAX_PHY_TIMEOUT, total_delay = 0; in i40e_aq_get_phy_capabilities() local
1757 (total_delay < max_delay)); in i40e_aq_get_phy_capabilities()