Searched refs:unrb (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/sys/kern/
H A Dsubr_unit.c199 struct unrb { struct
206 #define NBITS (8 * sizeof(((struct unrb*)NULL)->map))
208 /* Is the unrb empty in at least the first len bits? */
210 ub_empty(struct unrb *ub, int len) {
217 /* Is the unrb full? That is, is the number of set elements equal to len? */
219 ub_full(struct unrb *ub, int len)
239 struct unrb *ub;
420 struct unrb *ub, *ubf;
533 struct unrb *ub;
605 struct unrb *u
[all...]

Completed in 57 milliseconds