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