Searched refs:cycle_end (Results 1 – 1 of 1) sorted by relevance
/net/sched/ |
D | sch_taprio.c | 162 ktime_t intv_end, cycle_ext_end, cycle_end; in get_interval_end_time() local 164 cycle_end = ktime_add_ns(intv_start, sched->cycle_time - cycle_elapsed); in get_interval_end_time() 166 cycle_ext_end = ktime_add(cycle_end, sched->cycle_time_extension); in get_interval_end_time() 168 if (ktime_before(intv_end, cycle_end)) in get_interval_end_time() 171 ktime_after(admin->base_time, cycle_end) && in get_interval_end_time() 175 return cycle_end; in get_interval_end_time() 196 ktime_t curr_intv_start, curr_intv_end, cycle_end, packet_transmit_time; in find_entry_to_transmit() local 217 cycle_end = ktime_add_ns(curr_intv_end, cycle); in find_entry_to_transmit() 224 if (ktime_after(curr_intv_start, cycle_end)) in find_entry_to_transmit()
|