Home
last modified time | relevance | path

Searched refs:BLIST_RADIX (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/kern/
H A Dsubr_blist.c151 #define BLIST_MASK (BLIST_RADIX - 1)
182 ((u_daddr_t)-1 >> (BLIST_RADIX - (n + count)))); in bitrange()
216 for (radix = 1; (blocks - 1) / BLIST_RADIX / radix > 0; in blist_create()
217 radix *= BLIST_RADIX) in blist_create()
218 nodes += 1 + (blocks - 1) / BLIST_RADIX / radix; in blist_create()
224 if (blocks % BLIST_RADIX == 0) in blist_create()
534 radix /= BLIST_RADIX; in blist_stats()
550 nodes += radix_to_skip(radix * BLIST_RADIX); in blist_stats()
551 i += radix * BLIST_RADIX; in blist_stats()
557 ((i / BLIST_RADIX / radix) & BLIST_MASK) == 0; in blist_stats()
[all …]
/freebsd/sys/sys/
H A Dblist.h86 #define BLIST_RADIX (sizeof(u_daddr_t) * 8) macro
88 #define BLIST_MAX_ALLOC BLIST_RADIX