Searched defs:wf2qp_si (Results 1 – 1 of 1) sorted by relevance
88 struct wf2qp_si { struct89 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