Searched refs:wtab (Results 1 – 3 of 3) sorted by relevance
62 struct wtab { struct63 struct wtab *w_next; argument92 struct wtab *red_wtab; /* weight table */117 extern struct wtab *wtab_alloc(int);118 extern int wtab_destroy(struct wtab *);119 extern int32_t pow_w(struct wtab *, int);
548 static struct wtab *wtab_list = NULL; /* pointer to wtab list */550 struct wtab *553 struct wtab *w; in wtab_alloc()562 w = malloc(sizeof(struct wtab), M_DEVBUF, M_NOWAIT | M_ZERO); in wtab_alloc()582 wtab_destroy(struct wtab *w) in wtab_destroy()584 struct wtab *prev; in wtab_destroy()602 pow_w(struct wtab *w, int n) in pow_w()
72 struct wtab *rio_wtab; /* weight table */