Home
last modified time | relevance | path

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

/netbsd/src/sys/altq/
Daltq_hfsc.c472 rtsc_init(&cl->cl_eligible, cl->cl_rsc, 0, 0); in hfsc_class_create()
938 cl->cl_eligible = cl->cl_deadline; in init_ed()
940 cl->cl_eligible.dx = 0; in init_ed()
941 cl->cl_eligible.dy = 0; in init_ed()
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()
1808 cl->cl_eligible = cl->cl_deadline; in hfsc_class_modify()
1810 cl->cl_eligible.dx = 0; in hfsc_class_modify()
1811 cl->cl_eligible.dy = 0; in hfsc_class_modify()
Daltq_hfsc.h274 struct runtime_sc cl_eligible; /* eligible curve */ member