Home
last modified time | relevance | path

Searched refs:fetch_bitmap (Results 1 – 2 of 2) 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
/freebsd/crypto/krb5/src/plugins/kdb/db2/libdb2/hash/
H A Dhash_page.c73 static u_int32_t *fetch_bitmap __P((HTAB *, int32_t));
1025 if (!(freep = fetch_bitmap(hashp, i))) in overflow_page()
1236 freep = fetch_bitmap(hashp, free_page); in __free_ovflpage()
1254 fetch_bitmap(HTAB *hashp, int32_t ndx) in fetch_bitmap() function