Searched defs:dn_pipe_32 (Results 1 – 1 of 1) sorted by relevance
516 struct dn_pipe_32 { /* a pipe */ struct517 user32_addr_t next;519 int pipe_nr; /* number */520 int bandwidth; /* really, bytes/tick. */521 int delay; /* really, ticks */523 user32_addr_t head, tail; /* packets in delay line */526 struct dn_heap_32 scheduler_heap; /* top extract - key Finish time*/527 struct dn_heap_32 not_eligible_heap; /* top extract- key Start time */528 struct dn_heap_32 idle_heap; /* random extract - key Start=Finish time */530 dn_key V; /* virtual time */[all …]