Home
last modified time | relevance | path

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

/openbmc/linux/net/mac80211/
H A Dscan.c777 unsigned long next_delay; in __ieee80211_start_scan() local
805 next_delay); in __ieee80211_start_scan()
923 *next_delay = 0; in ieee80211_scan_state_decision()
1020 unsigned long *next_delay) in ieee80211_scan_state_suspend() argument
1029 *next_delay = HZ / 5; in ieee80211_scan_state_suspend()
1035 unsigned long *next_delay) in ieee80211_scan_state_resume() argument
1041 *next_delay = 0; in ieee80211_scan_state_resume()
1043 *next_delay = HZ / 10; in ieee80211_scan_state_resume()
1058 unsigned long next_delay = 0; in ieee80211_scan_work() local
1144 } while (next_delay == 0); in ieee80211_scan_work()
[all …]
/openbmc/linux/net/netfilter/ipvs/
H A Dip_vs_est.c778 next_delay: in ip_vs_est_calc_phase()
792 goto next_delay; in ip_vs_est_calc_phase()
798 goto next_delay; in ip_vs_est_calc_phase()
845 goto next_delay; in ip_vs_est_calc_phase()
/openbmc/linux/net/sched/
H A Dsch_netem.c640 s64 next_delay; in get_slot_next() local
643 next_delay = q->slot_config.min_delay + in get_slot_next()
648 next_delay = tabledist(q->slot_config.dist_delay, in get_slot_next()
652 q->slot.slot_next = now + next_delay; in get_slot_next()