Home
last modified time | relevance | path

Searched refs:cl_e (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/sys/altq/
Daltq_hfsc.c756 realtime = (cl->cl_e <= cur_time); in hfsc_dequeue()
945 cl->cl_e = rtsc_y2x(&cl->cl_eligible, cl->cl_cumul); in init_ed()
954 cl->cl_e = rtsc_y2x(&cl->cl_eligible, cl->cl_cumul); in update_ed()
1197 p->cl_e <= cl->cl_e) { in ellist_insert()
1203 if (cl->cl_e < p->cl_e) { in ellist_insert()
1230 if (p == NULL || cl->cl_e <= p->cl_e) in ellist_update()
1236 if (last->cl_e <= cl->cl_e) { in ellist_update()
1247 if (cl->cl_e < p->cl_e) { in ellist_update()
1263 if (p->cl_e > cur_time) in ellist_get_mindl()
1651 sp->e = cl->cl_e; in get_class_stats()
Daltq_hfsc.h250 u_int64_t cl_e; /* eligible time */ member