HomeSort by: relevance | last modified time | path
    Searched refs:cl_e (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/altq/
altq_hfsc.c 756 realtime = (cl->cl_e <= cur_time);
945 cl->cl_e = rtsc_y2x(&cl->cl_eligible, cl->cl_cumul);
954 cl->cl_e = rtsc_y2x(&cl->cl_eligible, cl->cl_cumul);
1197 p->cl_e <= cl->cl_e) {
1203 if (cl->cl_e < p->cl_e) {
1230 if (p == NULL || cl->cl_e <= p->cl_e)
1236 if (last->cl_e <= cl->cl_e)
    [all...]
altq_hfsc.h 250 u_int64_t cl_e; /* eligible time */ member in struct:hfsc_class

Completed in 31 milliseconds