Searched defs:dn_pipe_64 (Results 1 – 1 of 1) sorted by relevance
641 struct dn_pipe_64 { /* a pipe */ struct642 user64_addr_t next;644 int pipe_nr; /* number */645 int bandwidth; /* really, bytes/tick. */646 int delay; /* really, ticks */648 user64_addr_t head, tail; /* packets in delay line */651 struct dn_heap_64 scheduler_heap; /* top extract - key Finish time*/652 struct dn_heap_64 not_eligible_heap; /* top extract- key Start time */653 struct dn_heap_64 idle_heap; /* random extract - key Start=Finish time */655 dn_key V; /* virtual time */[all …]