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

  /src/sys/altq/
altq_red.h 193 extern struct wtab *wtab_alloc(int);
altq_red.c 309 rp->red_wtab = wtab_alloc(rp->red_weight);
648 wtab_alloc(int weight) function in typeref:struct:wtab *
661 panic("wtab_alloc: malloc failed!");
altq_rio.c 253 rp->rio_wtab = wtab_alloc(rp->rio_weight);

Completed in 14 milliseconds