Searched defs:dn_pipe8 (Results 1 – 1 of 1) sorted by relevance
229 struct dn_pipe8 { /* a pipe */ struct232 int pipe_nr ; /* number */233 uint32_t bandwidth; /* really, bytes/tick. */234 int delay ; /* really, ticks */236 struct mbuf *head, *tail ; /* packets in delay line */239 struct dn_heap7 scheduler_heap ; /* top extract - key Finish time*/240 struct dn_heap7 not_eligible_heap; /* top extract- key Start time */241 struct dn_heap7 idle_heap ; /* random extract - key Start=Finish time */243 int64_t V ; /* virtual time */244 int sum; /* sum of weights of all active sessions */[all …]