wtab
static struct wtab *wtab_list = NULL; /* pointer to wtab list */
struct wtab *
struct wtab *w;
w = malloc(sizeof(struct wtab), M_DEVBUF, M_WAITOK|M_ZERO);
wtab_destroy(struct wtab *w)
struct wtab *prev;
pow_w(struct wtab *w, int n)
struct wtab *w_next;
struct wtab *red_wtab; /* weight table */
extern struct wtab *wtab_alloc(int);
extern int wtab_destroy(struct wtab *);
extern int32_t pow_w(struct wtab *, int);
struct wtab *rio_wtab; /* weight table */