Home
last modified time | relevance | path

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

/netbsd/src/sys/altq/
Daltq_hfsc.c471 rtsc_init(&cl->cl_deadline, cl->cl_rsc, 0, 0); in hfsc_class_create()
931 rtsc_min(&cl->cl_deadline, cl->cl_rsc, cur_time, cl->cl_cumul); in init_ed()
938 cl->cl_eligible = cl->cl_deadline; in init_ed()
946 cl->cl_d = rtsc_y2x(&cl->cl_deadline, cl->cl_cumul + next_len); in init_ed()
955 cl->cl_d = rtsc_y2x(&cl->cl_deadline, cl->cl_cumul + next_len); in update_ed()
963 cl->cl_d = rtsc_y2x(&cl->cl_deadline, cl->cl_cumul + next_len); in update_d()
1806 rtsc_init(&cl->cl_deadline, cl->cl_rsc, cur_time, in hfsc_class_modify()
1808 cl->cl_eligible = cl->cl_deadline; in hfsc_class_modify()
Daltq_hfsc.h273 struct runtime_sc cl_deadline; /* deadline curve */ member