Home
last modified time | relevance | path

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

/linux-6.1.9/include/uapi/linux/
Datmlec.h52 unsigned int flush_timeout; member
/linux-6.1.9/net/atm/
Dlec.h133 unsigned long flush_timeout; member
Dlec.c406 priv->flush_timeout = (mesg->content.config.flush_timeout * HZ); in lec_atm_send()
772 priv->flush_timeout = (4 * HZ); in lecd_attach()
/linux-6.1.9/drivers/net/wireless/ath/ath9k/
Dchannel.c121 ctx->flush_timeout = HZ / 5; /* 200ms */ in ath_chanctx_init()
262 ctx->flush_timeout = in ath_chanctx_check_active()
265 ctx->flush_timeout = in ath_chanctx_check_active()
305 ictx->flush_timeout = HZ / 5; in ath_chanctx_check_active()
311 ictx->flush_timeout = usecs_to_jiffies(sc->sched.channel_switch_time); in ath_chanctx_check_active()
Dath9k.h343 int flush_timeout; member
Dmain.c2219 timeout = sc->cur_chan->flush_timeout; in __ath9k_flush()