Home
last modified time | relevance | path

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

/freebsd/lib/libc/db/hash/
H A Dhash_buf.c212 if ((bp->flags & BUF_MOD) && __put_page(hashp, bp->page, in newbuf()
256 if ((xbp->flags & BUF_MOD) && __put_page(hashp, in newbuf()
327 __put_page(hashp, bp->page, in __buf_free()
H A Dextern.h52 int __put_page(HTAB *, char *, u_int32_t, int, int);
H A Dhash_page.c569 __put_page(HTAB *hashp, char *p, u_int32_t bucket, int is_bucket, int is_bitmap) in __put_page() function
H A Dhash.c501 if (__put_page(hashp, (char *)hashp->mapp[i], in flush_meta()