Home
last modified time | relevance | path

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

/freebsd/lib/libc/db/hash/
H A Dhash.c591 rbufp->flags |= BUF_PIN; in hash_access()
607 save_bufp->flags &= ~BUF_PIN; in hash_access()
629 save_bufp->flags &= ~BUF_PIN; in hash_access()
638 save_bufp->flags &= ~BUF_PIN; in hash_access()
648 save_bufp->flags &= ~BUF_PIN; in hash_access()
651 save_bufp->flags &= ~BUF_PIN; in hash_access()
657 save_bufp->flags &= ~BUF_PIN; in hash_access()
664 save_bufp->flags &= ~BUF_PIN; in hash_access()
679 save_bufp->flags &= ~BUF_PIN; in hash_access()
690 save_bufp->flags &= ~BUF_PIN; in hash_access()
H A Dhash_page.c198 old_bufp->flags |= (BUF_MOD | BUF_PIN); in __split_page()
199 new_bufp->flags |= (BUF_MOD | BUF_PIN); in __split_page()
210 old_bufp->flags &= ~BUF_PIN; in __split_page()
211 new_bufp->flags &= ~BUF_PIN; in __split_page()
252 old_bufp->flags &= ~BUF_PIN; in __split_page()
253 new_bufp->flags &= ~BUF_PIN; in __split_page()
H A Dhash.h53 #define BUF_PIN 0x0008 macro
H A Dhash_buf.c187 if (hashp->nbufs || (bp->flags & BUF_PIN) || bp == hashp->cpage) { in newbuf()