Home
last modified time | relevance | path

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

/freebsd/sys/net/altq/
H A Daltq_hfsc.c467 cl->cl_usc = malloc(sizeof(struct internal_sc), in hfsc_class_create()
469 if (cl->cl_usc == NULL) in hfsc_class_create()
471 sc2isc(usc, cl->cl_usc); in hfsc_class_create()
472 rtsc_init(&cl->cl_ulimit, cl->cl_usc, 0, 0); in hfsc_class_create()
546 if (cl->cl_usc != NULL) in hfsc_class_create()
547 free(cl->cl_usc, M_DEVBUF); in hfsc_class_create()
614 if (cl->cl_usc != NULL) in hfsc_class_destroy()
615 free(cl->cl_usc, M_DEVBUF); in hfsc_class_destroy()
1012 if (cl->cl_usc != NULL) { in init_vf()
1018 rtsc_min(&cl->cl_ulimit, cl->cl_usc, cur_time, in init_vf()
[all …]
H A Daltq_hfsc.h259 struct internal_sc *cl_usc; /* internal upperlimit service curve */ member