Home
last modified time | relevance | path

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

/f-stack/freebsd/net/altq/
H A Daltq_hfsc.c731 realtime = (cl->cl_e <= cur_time); in hfsc_dequeue()
927 cl->cl_e = rtsc_y2x(&cl->cl_eligible, cl->cl_cumul); in init_ed()
936 cl->cl_e = rtsc_y2x(&cl->cl_eligible, cl->cl_cumul); in update_ed()
1161 p->cl_e <= cl->cl_e) { in ellist_insert()
1167 if (cl->cl_e < p->cl_e) { in ellist_insert()
1194 if (p == NULL || cl->cl_e <= p->cl_e) in ellist_update()
1200 if (last->cl_e <= cl->cl_e) { in ellist_update()
1211 if (cl->cl_e < p->cl_e) { in ellist_update()
1227 if (p->cl_e > cur_time) in hfsc_get_mindl()
1595 sp->e = cl->cl_e; in get_class_stats_v0()
[all …]
H A Daltq_hfsc.h238 u_int64_t cl_e; /* eligible time */ member