Searched refs:cl_rsc (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/sys/contrib/altq/altq/
H A Daltq_hfsc.c469 cl->cl_rsc = malloc(sizeof(struct internal_sc),
471 if (cl->cl_rsc == NULL)
473 sc2isc(rsc, cl->cl_rsc);
474 rtsc_init(&cl->cl_deadline, cl->cl_rsc, 0, 0);
475 rtsc_init(&cl->cl_eligible, cl->cl_rsc, 0, 0);
564 if (cl->cl_rsc != NULL)
565 free(cl->cl_rsc, M_DEVBUF);
650 if (cl->cl_rsc != NULL)
651 free(cl->cl_rsc, M_DEVBUF);
772 if (cl->cl_rsc !
[all...]
H A Daltq_hfsc.h269 struct internal_sc *cl_rsc; /* internal real-time service curve */ member in struct:hfsc_class
/freebsd-9.3-release/sbin/pfctl/missing/altq/
H A Daltq_hfsc.h274 struct internal_sc *cl_rsc; /* internal real-time service curve */ member in struct:hfsc_class

Completed in 51 milliseconds