Searched refs:wtab (Results 1 – 3 of 3) sorted by relevance
62 struct wtab { struct63 SLIST_ENTRY(wtab) w_link;92 struct wtab *red_wtab; /* weight table */117 struct wtab *wtab_alloc(int);118 int wtab_destroy(struct wtab *);119 int32_t pow_w(struct wtab *, int);
535 static SLIST_HEAD(, wtab) wtab_list = SLIST_HEAD_INITIALIZER(&wtab_list);537 struct wtab *540 struct wtab *w; in wtab_alloc()567 wtab_destroy(struct wtab *w) in wtab_destroy()572 SLIST_REMOVE(&wtab_list, w, wtab, w_link); in wtab_destroy()579 pow_w(struct wtab *w, int n) in pow_w()
73 struct wtab *rio_wtab; /* weight table */