Home
last modified time | relevance | path

Searched defs:wf2qp_si (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/netpfil/ipfw/
H A Ddn_sched_wf2q.c88 struct wf2qp_si { struct
89 struct dn_heap sch_heap; /* top extract - key Finish time */
90 struct dn_heap ne_heap; /* top extract - key Start time */
91 struct dn_heap idle_heap; /* random extract - key Start=Finish time */
92 uint64_t V; /* virtual time */
116 idle_check(struct wf2qp_si *si, int n, int force) in idle_check() argument