Home
last modified time | relevance | path

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

/freebsd/lib/libc/db/hash/
H A Dhash_page.c72 static u_int32_t *fetch_bitmap(HTAB *, int);
670 !(freep = fetch_bitmap(hashp, i))) in overflow_page()
824 freep = fetch_bitmap(hashp, free_page); in __free_ovflpage()
902 fetch_bitmap(HTAB *hashp, int ndx) in fetch_bitmap() function