Home
last modified time | relevance | path

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

/linux/net/netfilter/ipvs/
H A Dip_vs_est.c799 next_delay: in ip_vs_est_calc_phase()
813 goto next_delay; in ip_vs_est_calc_phase()
819 goto next_delay; in ip_vs_est_calc_phase()
866 goto next_delay; in ip_vs_est_calc_phase()
/linux/net/sched/
H A Dsch_netem.c685 s64 next_delay; in netem_peek()
688 next_delay = q->slot_config.min_delay + in netem_peek()
692 next_delay = tabledist(q->slot_config.dist_delay, in netem_erase_head()
696 q->slot.slot_next = now + next_delay; in netem_erase_head()
657 s64 next_delay; get_slot_next() local
/linux/kernel/rcu/
H A Drcutorture.c4233 ktime_t next_delay; in rcu_gpwrap_lag_timer() local
4239 next_delay = ktime_set((gpwrap_lag_cycle_mins - gpwrap_lag_active_mins) * 60, 0); in rcu_gpwrap_lag_timer()
4244 next_delay = ktime_set(gpwrap_lag_active_mins * 60, 0); in rcu_gpwrap_lag_timer()
4250 hrtimer_forward_now(timer, next_delay); in rcu_gpwrap_lag_timer()