next_len
next_len(sp, 0),
if (next_len(sp, 0) != prev_len(sp, 0)) {
cl->cl_d = hfsc_rtsc_y2x(&cl->cl_deadline, cl->cl_cumul + next_len);
hfsc_update_ed(struct hfsc_if *hif, struct hfsc_class *cl, int next_len)
cl->cl_d = hfsc_rtsc_y2x(&cl->cl_deadline, cl->cl_cumul + next_len);
hfsc_update_d(struct hfsc_class *cl, int next_len)
cl->cl_d = hfsc_rtsc_y2x(&cl->cl_deadline, cl->cl_cumul + next_len);
int next_len, realtime = 0;
next_len = m0->m_pkthdr.len;
hfsc_update_ed(hif, cl, next_len);
hfsc_update_d(cl, next_len);
hfsc_init_ed(struct hfsc_if *hif, struct hfsc_class *cl, int next_len)