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

  /src/sys/altq/
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_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,

Completed in 24 milliseconds