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