Home
last modified time | relevance | path

Searched refs:w_param_max (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/net/altq/
H A Daltq_red.c577 if (w->w_tab[i] == 0 && w->w_param_max == 0) in wtab_alloc()
578 w->w_param_max = 1 << i; in wtab_alloc()
610 if (n >= w->w_param_max) in pow_w()
H A Daltq_red.h66 int w_param_max; member