Home
last modified time | relevance | path

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

/f-stack/freebsd/net/altq/
H A Daltq_hfsc.h262 struct runtime_sc cl_eligible; /* eligible curve */ member
H A Daltq_hfsc.c456 rtsc_init(&cl->cl_eligible, cl->cl_rsc, 0, 0); in hfsc_class_create()
920 cl->cl_eligible = cl->cl_deadline; in init_ed()
922 cl->cl_eligible.dx = 0; in init_ed()
923 cl->cl_eligible.dy = 0; in init_ed()
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()