Home
last modified time | relevance | path

Searched refs:flush_timeout (Results 1 – 6 of 6) sorted by relevance

/linux-4.4.14/include/uapi/linux/
Datmlec.h51 unsigned int flush_timeout; member
/linux-4.4.14/net/atm/
Dlec.h132 unsigned long flush_timeout; member
Dlec.c405 priv->flush_timeout = (mesg->content.config.flush_timeout * HZ); in lec_atm_send()
776 priv->flush_timeout = (4 * HZ); in lecd_attach()
/linux-4.4.14/drivers/net/wireless/ath/ath9k/
Dchannel.c120 ctx->flush_timeout = HZ / 5; /* 200ms */ in ath_chanctx_init()
244 ctx->flush_timeout = in ath_chanctx_check_active()
247 ctx->flush_timeout = in ath_chanctx_check_active()
287 ictx->flush_timeout = HZ / 5; in ath_chanctx_check_active()
293 ictx->flush_timeout = usecs_to_jiffies(sc->sched.channel_switch_time); in ath_chanctx_check_active()
Dath9k.h339 int flush_timeout; member
Dmain.c2071 timeout = sc->cur_chan->flush_timeout; in __ath9k_flush()