Searched refs:gate_duration (Results 1 - 1 of 1) sorted by relevance

/linux-master/net/sched/
H A Dsch_taprio.c51 u64 gate_duration[TC_MAX_QUEUE]; member in struct:sched_entry
140 entry->gate_duration[tc] += cur->interval;
153 if (entry->gate_duration[tc] &&
154 sched->max_open_gate_duration[tc] < entry->gate_duration[tc])
155 sched->max_open_gate_duration[tc] = entry->gate_duration[tc];
666 if (entry->gate_duration[tc] == sched->cycle_time)
669 budget = div64_u64((u64)entry->gate_duration[tc] * PSEC_PER_NSEC,
961 if (next->gate_duration[tc] == oper->cycle_time)
965 next->gate_duration[tc]);
1258 if (first->gate_duration[t
[all...]

Completed in 182 milliseconds