Home
last modified time | relevance | path

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

/dragonfly/sys/net/altq/
H A Daltq_hfsc.c479 rtsc_init(&cl->cl_eligible, cl->cl_rsc, 0, 0); in hfsc_class_create()
963 cl->cl_eligible = cl->cl_deadline; in init_ed()
965 cl->cl_eligible.dx = 0; in init_ed()
966 cl->cl_eligible.dy = 0; in init_ed()
970 cl->cl_e = rtsc_y2x(&cl->cl_eligible, cl->cl_cumul); in init_ed()
979 cl->cl_e = rtsc_y2x(&cl->cl_eligible, cl->cl_cumul); in update_ed()
H A Daltq_hfsc.h201 struct runtime_sc cl_eligible; /* eligible curve */ member