Lines Matching refs:start
338 * in the cycle, set the txtime of packet to the interval start.
540 * start yet, so force all gates to be open, this is in
989 ktime_t *start)
999 *start = base;
1013 /* Schedule the start time for the beginning of the next
1017 *start = ktime_add_ns(base, (n + 1) * cycle);
1041 ktime_t start, struct sched_gate_list *new)
1057 start = min_t(ktime_t, start, expires);
1059 hrtimer_start(&q->advance_timer, start, HRTIMER_MODE_ABS);
1454 ktime_t start;
1567 err = taprio_get_start_time(sch, new_admin, &start);
1569 NL_SET_ERR_MSG(extack, "Internal error: failed get start time");
1573 setup_txtime(q, new_admin, start);
1587 setup_first_close_time(q, new_admin, start);
1592 taprio_start_sched(sch, start, new_admin);