Home
last modified time | relevance | path

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

/net/sched/
Dsch_hfsc.c1386 u64 next_time = 0; in hfsc_schedule_watchdog() local
1390 next_time = cl->cl_e; in hfsc_schedule_watchdog()
1392 if (next_time == 0 || next_time > q->root.cl_cfmin) in hfsc_schedule_watchdog()
1393 next_time = q->root.cl_cfmin; in hfsc_schedule_watchdog()
1395 if (next_time) in hfsc_schedule_watchdog()
1396 qdisc_watchdog_schedule(&q->watchdog, next_time); in hfsc_schedule_watchdog()
/net/wireless/
Dmlme.c867 unsigned long timeout, next_time = 0; in cfg80211_dfs_channels_update_work() local
925 next_time = timeout - jiffies; in cfg80211_dfs_channels_update_work()
927 next_time = min(next_time, timeout - jiffies); in cfg80211_dfs_channels_update_work()
936 next_time); in cfg80211_dfs_channels_update_work()
/net/ipv4/
Dnexthop.c614 static void nh_res_time_set_deadline(unsigned long next_time, in nh_res_time_set_deadline() argument
617 if (time_before(next_time, *deadline)) in nh_res_time_set_deadline()
618 *deadline = next_time; in nh_res_time_set_deadline()