Searched defs:dn_sch_inst (Results 1 – 1 of 1) sorted by relevance
304 struct dn_sch_inst { struct306 SLIST_ENTRY(dn_sch_inst) si_next; /* hash chain for siht */ argument307 struct delay_line dline;308 struct dn_schk *sched; /* the template */309 int kflags; /* DN_ACTIVE */311 int64_t credit; /* bits I can transmit (more or less). */312 uint64_t sched_time; /* time link was scheduled in ready_heap */313 uint64_t idle_time; /* start of scheduler instance idle time */321 int q_count;