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

/freebsd-9.3-release/lib/libc/db/hash/
H A Dhash_page.c654 int bit, first_page, free_bit, free_page, i, in_use_bits, j; local
671 in_use_bits = free_bit;
673 in_use_bits = (hashp->BSIZE << BYTE_SHIFT) - 1;
684 for (; bit <= in_use_bits; j++, bit += BITS_PER_MAP)

Completed in 41 milliseconds