Home
last modified time | relevance | path

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

/freebsd/sys/net/altq/
H A Daltq_hfsc.c455 rtsc_init(&cl->cl_deadline, cl->cl_rsc, 0, 0); in hfsc_class_create()
913 rtsc_min(&cl->cl_deadline, cl->cl_rsc, cur_time, cl->cl_cumul); in init_ed()
920 cl->cl_eligible = cl->cl_deadline; in init_ed()
928 cl->cl_d = rtsc_y2x(&cl->cl_deadline, cl->cl_cumul + next_len); in init_ed()
937 cl->cl_d = rtsc_y2x(&cl->cl_deadline, cl->cl_cumul + next_len); in update_ed()
945 cl->cl_d = rtsc_y2x(&cl->cl_deadline, cl->cl_cumul + next_len); in update_d()
H A Daltq_hfsc.h260 struct runtime_sc cl_deadline; /* deadline curve */ member