Home
last modified time | relevance | path

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

/netbsd-src/sys/altq/
H A Daltq_hfsc.c483 cl->cl_usc = malloc(sizeof(struct internal_sc), M_DEVBUF, in hfsc_class_create()
485 if (cl->cl_usc == NULL) in hfsc_class_create()
487 sc2isc(usc, cl->cl_usc); in hfsc_class_create()
488 rtsc_init(&cl->cl_ulimit, cl->cl_usc, 0, 0); in hfsc_class_create()
556 if (cl->cl_usc != NULL) in hfsc_class_create()
557 free(cl->cl_usc, M_DEVBUF); in hfsc_class_create()
628 if (cl->cl_usc != NULL) in hfsc_class_destroy()
629 free(cl->cl_usc, M_DEVBUF); in hfsc_class_destroy()
1031 if (cl->cl_usc != NULL) { in init_vf()
1037 rtsc_min(&cl->cl_ulimit, cl->cl_usc, cur_tim in init_vf()
[all...]
H A Daltq_hfsc.h272 struct internal_sc *cl_usc; /* internal upperlimit service curve */ member