Lines Matching defs:time
41 * packet leaves after this time.
146 /* Get how much time has been already elapsed in the current cycle. */
147 static s32 get_cycle_time_elapsed(struct sched_gate_list *sched, ktime_t time)
152 time_since_sched_start = ktime_sub(time, sched->base_time);
193 ktime_t time,
217 cycle_elapsed = get_cycle_time_elapsed(sched, time);
218 curr_intv_end = ktime_sub_ns(time, cycle_elapsed);
235 if (ktime_before(txtime, time) || validate_interval) {
236 transmit_end_time = ktime_add_ns(time, packet_transmit_time);
237 if ((ktime_before(curr_intv_start, time) &&
239 (ktime_after(curr_intv_start, time) && !validate_interval)) {
404 /* Update the txtime of current entry to the next time it's
742 /* Set things so the next time this runs, the new
1006 * any entry must have 'interval' > 0. Thus if the cycle time is zero,
1013 /* Schedule the start time for the beginning of the next
1055 * schedule to the operational one at the right time.
1173 * base_time in the PHC time domain. But because the system time is not
1175 * switch_schedules at the right hardware time.
1569 NL_SET_ERR_MSG(extack, "Internal error: failed get start time");