Lines Matching defs:first
373 * first available interval in the next cycle.
946 /* This can happen in two cases: 1. this is the very first run
948 * previously); 2. The previous schedule just ended. The first
1252 struct sched_entry *first;
1256 first = list_first_entry(&sched->entries,
1264 first->end_time = ktime_add_ns(base, first->interval);
1265 taprio_set_budgets(q, sched, first);
1268 if (first->gate_duration[tc] == sched->cycle_time)
1269 first->gate_close_time[tc] = KTIME_MAX;
1271 first->gate_close_time[tc] = ktime_add_ns(base, first->gate_duration[tc]);
1651 * for it to be modified after the first init.