HomeSort by: relevance | last modified time | path
    Searched refs:cl_usc (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/altq/
altq_hfsc.c 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
    [all...]
altq_hfsc.h 272 struct internal_sc *cl_usc; /* internal upperlimit service curve */ member in struct:hfsc_class

Completed in 52 milliseconds