Home
last modified time | relevance | path

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

/linux/net/sched/
H A Dsch_taprio.c241 ktime_t intv_end, cycle_ext_end, cycle_end; in get_interval_end_time() local
243 cycle_end = ktime_add_ns(intv_start, sched->cycle_time - cycle_elapsed); in get_interval_end_time()
245 cycle_ext_end = ktime_add(cycle_end, sched->cycle_time_extension); in get_interval_end_time()
247 if (ktime_before(intv_end, cycle_end)) in get_interval_end_time()
250 ktime_after(admin->base_time, cycle_end) && in get_interval_end_time()
254 return cycle_end; in get_interval_end_time()
332 ktime_t curr_intv_start, curr_intv_end, cycle_end, packet_transmit_time; in find_entry_to_transmit() local
353 cycle_end = ktime_add_ns(curr_intv_end, cycle); in find_entry_to_transmit()
360 if (ktime_after(curr_intv_start, cycle_end)) in find_entry_to_transmit()