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

  /src/sys/altq/
altq_red.h 185 extern red_t *red_alloc(int, int, int, int, int, int);
altq_red.c 231 red_alloc(int weight, int inv_pmax, int th_min, int th_max, int flags, function in typeref:typename:red_t *
818 rqp->rq_red = red_alloc(0, 0, 0, 0, 0, 0);
920 new = red_alloc(fc->red_weight,
altq_priq.c 366 cl->cl_red = red_alloc(0, 0,
altq_rmclass.c 293 cl->red_ = red_alloc(0, 0,
altq_hfsc.c 447 cl->cl_red = red_alloc(0, 0,

Completed in 57 milliseconds