Home | History | Annotate | Download | only in altq

Lines Matching refs:cl_usc

483 		cl->cl_usc = malloc(sizeof(struct internal_sc), M_DEVBUF,
485 if (cl->cl_usc == NULL)
487 sc2isc(usc, cl->cl_usc);
488 rtsc_init(&cl->cl_ulimit, cl->cl_usc, 0, 0);
556 if (cl->cl_usc != NULL)
557 free(cl->cl_usc, M_DEVBUF);
628 if (cl->cl_usc != NULL)
629 free(cl->cl_usc, M_DEVBUF);
1031 if (cl->cl_usc != NULL) {
1037 rtsc_min(&cl->cl_ulimit, cl->cl_usc, cur_time,
1111 if (cl->cl_usc != NULL) {
1637 if (cl->cl_usc != NULL) {
1638 sp->usc.m1 = sm2m(cl->cl_usc->sm1);
1639 sp->usc.d = dx2d(cl->cl_usc->dx);
1640 sp->usc.m2 = sm2m(cl->cl_usc->sm2);
1784 cl->cl_usc == NULL) {
1835 if (cl->cl_usc != NULL) {
1836 free(cl->cl_usc, M_DEVBUF);
1837 cl->cl_usc = NULL;
1841 if (cl->cl_usc == NULL)
1842 cl->cl_usc = usc_tmp;
1843 sc2isc(usc, cl->cl_usc);
1844 rtsc_init(&cl->cl_ulimit, cl->cl_usc, cur_time,