Home
last modified time | relevance | path

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

/linux/kernel/rcu/
H A Dtree_nocb.h446 unsigned long flush_timeout; in nocb_bypass_needs_flush() local
460 flush_timeout = rcu_get_jiffies_lazy_flush(); in nocb_bypass_needs_flush()
462 flush_timeout = flush_faster ? 0 : 1; in nocb_bypass_needs_flush()
464 return time_after(j, bypass_first + flush_timeout); in nocb_bypass_needs_flush()
/linux/drivers/net/wireless/ath/ath9k/
H A Dchannel.c121 ctx->flush_timeout = HZ / 5; /* 200ms */ in ath_chanctx_init()
257 ctx->flush_timeout = in ath_chanctx_check_active()
260 ctx->flush_timeout = in ath_chanctx_check_active()
300 ictx->flush_timeout = HZ / 5; in ath_chanctx_check_active()
306 ictx->flush_timeout = usecs_to_jiffies(sc->sched.channel_switch_time); in ath_chanctx_check_active()
H A Dmain.c2219 timeout = sc->cur_chan->flush_timeout; in __ath9k_flush()