Home
last modified time | relevance | path

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

/netbsd/src/lib/libc/db/hash/
Dhash_buf.c198 if ((bp->flags & BUF_MOD) && __put_page(hashp, bp->page, in newbuf()
240 if ((xbp->flags & BUF_MOD) && __put_page(hashp, in newbuf()
311 __put_page(hashp, bp->page, in __buf_free()
Dextern.h54 int __put_page(HTAB *, char *, uint32_t, int, int);
Dhash_page.c592 __put_page(HTAB *hashp, char *p, uint32_t bucket, int is_bucket, int is_bitmap) in __put_page() function
Dhash.c506 if (__put_page(hashp, (char *)(void *)hashp->mapp[i], in flush_meta()