Lines Matching refs:next
39 /* The instant that this entry "closes" and the next one
185 /* Returns the entry corresponding to next available interval. If
246 * first available interval in the next cycle.
345 * successfully. So, schedule the packet in the next open window.
404 /* Update the txtime of current entry to the next time it's
674 * the next schedule base_time.
681 * next schedule base_time, we can extend the current schedule
701 struct sched_entry *entry, *next;
723 next = list_first_entry(&oper->entries, struct sched_entry,
725 close_time = next->close_time;
730 next = list_first_entry(&oper->entries, struct sched_entry,
735 next = list_next_entry(entry, list);
738 close_time = ktime_add_ns(entry->close_time, next->interval);
742 /* Set things so the next time this runs, the new
749 next->close_time = close_time;
750 taprio_set_budget(q, next);
753 rcu_assign_pointer(q->current_entry, next);
1013 /* Schedule the start time for the beginning of the next
1053 /* If the new schedule starts before the next expiration, we