Home
last modified time | relevance | path

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

/linux/net/mac80211/
H A Dscan.c690 unsigned long *next_delay) in ieee80211_scan_state_send_probe() argument
724 *next_delay = msecs_to_jiffies(scan_req->duration) > in ieee80211_scan_state_send_probe()
841 unsigned long next_delay; in __ieee80211_start_scan() local
859 next_delay = IEEE80211_PASSIVE_CHANNEL_TIME; in __ieee80211_start_scan()
863 ieee80211_scan_state_send_probe(local, &next_delay); in __ieee80211_start_scan()
864 next_delay = IEEE80211_CHANNEL_TIME; in __ieee80211_start_scan()
869 next_delay); in __ieee80211_start_scan()
924 unsigned long *next_delay) in ieee80211_scan_state_decision() argument
987 *next_delay = 0; in ieee80211_scan_state_decision()
991 unsigned long *next_delay) in ieee80211_scan_state_set_channel() argument
[all …]
/linux/net/netfilter/ipvs/
H A Dip_vs_est.c779 next_delay: in ip_vs_est_calc_phase()
793 goto next_delay; in ip_vs_est_calc_phase()
799 goto next_delay; in ip_vs_est_calc_phase()
846 goto next_delay; in ip_vs_est_calc_phase()
/linux/net/sched/
H A Dsch_netem.c657 s64 next_delay; in get_slot_next() local
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()
/linux/kernel/rcu/
H A Drcutorture.c3964 ktime_t next_delay; in rcu_gpwrap_lag_timer() local
3970 next_delay = ktime_set((gpwrap_lag_cycle_mins - gpwrap_lag_active_mins) * 60, 0); in rcu_gpwrap_lag_timer()
3975 next_delay = ktime_set(gpwrap_lag_active_mins * 60, 0); in rcu_gpwrap_lag_timer()
3981 hrtimer_forward_now(timer, next_delay); in rcu_gpwrap_lag_timer()