Searched refs:wtab (Results 1 – 3 of 3) sorted by relevance
63 struct wtab { struct64 struct wtab *w_next; argument93 struct wtab *red_wtab; /* weight table */118 extern struct wtab *wtab_alloc(int);119 extern int wtab_destroy(struct wtab *);120 extern int32_t pow_w(struct wtab *, int);
551 static struct wtab *wtab_list = NULL; /* pointer to wtab list */553 struct wtab *556 struct wtab *w; in wtab_alloc()565 w = malloc(sizeof(struct wtab), M_DEVBUF, M_NOWAIT | M_ZERO); in wtab_alloc()585 wtab_destroy(struct wtab *w) in wtab_destroy()587 struct wtab *prev; in wtab_destroy()605 pow_w(struct wtab *w, int n) in pow_w()
73 struct wtab *rio_wtab; /* weight table */