Searched refs:flush_timeout (Results 1 – 3 of 3) sorted by relevance
446 unsigned long flush_timeout; in nocb_bypass_needs_flush() local460 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()
121 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()
2219 timeout = sc->cur_chan->flush_timeout; in __ath9k_flush()