Home
last modified time | relevance | path

Searched refs:nmaps (Results 1 – 3 of 3) sorted by relevance

/dragonfly/lib/libc/db/hash/
H A Dhash.h111 int nmaps; /* Initial number of bitmaps */ member
H A Dhash_page.c619 hashp->nmaps++; in __ibitmap()
903 if (ndx >= hashp->nmaps) in fetch_bitmap()
H A Dhash.c174 hashp->nmaps = bpages; in __hash_open()
415 for (i = 0; i < hashp->nmaps; i++) in hdestroy()