Home
last modified time | relevance | path

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

/mirbsd/src/sys/altq/
Daltq_hfsc.c881 cl->cl_d = rtsc_y2x(&cl->cl_deadline, cl->cl_cumul + next_len); in init_ed()
890 cl->cl_d = rtsc_y2x(&cl->cl_deadline, cl->cl_cumul + next_len); in update_ed()
898 cl->cl_d = rtsc_y2x(&cl->cl_deadline, cl->cl_cumul + next_len); in update_d()
1200 if (cl == NULL || p->cl_d < cl->cl_d) in ellist_get_mindl()
1585 sp->d = cl->cl_d; in get_class_stats()
Daltq_hfsc.h180 u_int64_t cl_d; /* deadline */ member