Searched defs:dn_sch_inst (Results 1 – 2 of 2) sorted by relevance
296 struct dn_sch_inst { struct298 SLIST_ENTRY(dn_sch_inst) si_next; /* hash chain for siht */ argument299 struct delay_line dline;300 struct dn_schk *sched; /* the template */301 int kflags; /* DN_ACTIVE */303 int64_t credit; /* bits I can transmit (more or less). */304 uint64_t sched_time; /* time link was scheduled in ready_heap */305 uint64_t idle_time; /* start of scheduler instance idle time */313 int q_count;
140 struct dn_sch_inst { struct149 int (*new_sched)(struct dn_sch_inst *); argument