Searched refs:next_time (Results 1 – 3 of 3) sorted by relevance
1386 u64 next_time = 0; in hfsc_schedule_watchdog() local1390 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()
867 unsigned long timeout, next_time = 0; in cfg80211_dfs_channels_update_work() local925 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()
614 static void nh_res_time_set_deadline(unsigned long next_time, in nh_res_time_set_deadline() argument617 if (time_before(next_time, *deadline)) in nh_res_time_set_deadline()618 *deadline = next_time; in nh_res_time_set_deadline()