Home
last modified time | relevance | path

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

/linux/net/sched/
H A Dsch_netem.c657 s64 next_delay; in get_slot_next()
660 next_delay = q->slot_config.min_delay + in get_slot_next()
665 next_delay = tabledist(q->slot_config.dist_delay, in get_slot_next()
669 q->slot.slot_next = now + next_delay; in get_slot_next()
656 s64 next_delay; get_slot_next() local
/linux/kernel/rcu/
H A Drcutorture.c3963 ktime_t next_delay; in rcu_gpwrap_lag_timer() local
3969 next_delay = ktime_set((gpwrap_lag_cycle_mins - gpwrap_lag_active_mins) * 60, 0); in rcu_gpwrap_lag_timer()
3974 next_delay = ktime_set(gpwrap_lag_active_mins * 60, 0); in rcu_gpwrap_lag_timer()
3980 hrtimer_forward_now(timer, next_delay); in rcu_gpwrap_lag_timer()