Home
last modified time | relevance | path

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

/f-stack/app/micro_thread/
H A Dkqueue_proxy.cpp432 int wait_time = KqueueGetTimeout(); in KqueueDispatch() local
433 if (wait_time) { in KqueueDispatch()
435 ts.tv_sec = wait_time / 1000; in KqueueDispatch()
/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_cache.h105 ngx_msec_t wait_time; member
H A Dngx_http_file_cache.c431 c->updating, c->wait_time); in ngx_http_file_cache_lock()
443 if (c->wait_time == 0) { in ngx_http_file_cache_lock()
444 c->wait_time = now + c->lock_timeout; in ngx_http_file_cache_lock()
451 timer = c->wait_time - now; in ngx_http_file_cache_lock()
490 timer = c->wait_time - now; in ngx_http_file_cache_lock_wait()
/f-stack/dpdk/drivers/net/liquidio/
H A Dlio_rxtx.h160 size_t wait_time; member
252 size_t wait_time; member
H A Dlio_rxtx.c1197 if (sc->wait_time) in lio_send_soft_command()
1198 sc->timeout = lio_uptime + sc->wait_time; in lio_send_soft_command()
1557 rdatasize = (ctrl_pkt->wait_time) ? 16 : 0; in lio_alloc_ctrl_pkt_sc()
1585 sc->wait_time = ctrl_pkt->wait_time; in lio_alloc_ctrl_pkt_sc()
H A Dlio_ethdev.c172 sc->wait_time = LIO_MAX_CMD_TIMEOUT / 1000; in lio_dev_xstats_get()
1343 sc->wait_time = LIO_MAX_CMD_TIMEOUT / 1000; in lio_dev_get_link_status()
1790 sc->wait_time = LIO_MAX_CMD_TIMEOUT / 1000; in lio_dev_configure()
/f-stack/app/redis-5.0.5/src/
H A Dsentinel.c2268 mstime_t wait_time = SENTINEL_PUBLISH_PERIOD*4; in sentinelRefreshInstanceInfo() local
2272 sentinelRedisInstanceNoDownFor(ri,wait_time) && in sentinelRefreshInstanceInfo()
2273 mstime() - ri->role_reported_time > wait_time) in sentinelRefreshInstanceInfo()
2290 mstime_t wait_time = ri->master->failover_timeout; in sentinelRefreshInstanceInfo() local
2295 sentinelRedisInstanceNoDownFor(ri,wait_time) && in sentinelRefreshInstanceInfo()
2296 mstime() - ri->slave_conf_change_time > wait_time) in sentinelRefreshInstanceInfo()
/f-stack/freebsd/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_reset.c432 int16_t ar9300_get_nf_from_reg(struct ath_hal *ah, struct ieee80211_channel *chan, int wait_time) in ar9300_get_nf_from_reg() argument
442 if (wait_time <= 0) { in ar9300_get_nf_from_reg()
446 if (!ath_hal_waitfor(ah, AR_PHY_AGC_CONTROL, AR_PHY_AGC_CONTROL_NF, 0, wait_time)) { in ar9300_get_nf_from_reg()
447 ath_hal_printf(ah, "%s: NF cal is not complete in %dus", __func__, wait_time); in ar9300_get_nf_from_reg()
H A Dar9300.h1420 … int16_t ar9300_get_nf_from_reg(struct ath_hal *ah, struct ieee80211_channel *chan, int wait_time);