Home
last modified time | relevance | path

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

/openbsd/src/lib/libc/db/hash/
Dhash.c580 rbufp->flags |= BUF_PIN; in hash_access()
596 save_bufp->flags &= ~BUF_PIN; in hash_access()
618 save_bufp->flags &= ~BUF_PIN; in hash_access()
627 save_bufp->flags &= ~BUF_PIN; in hash_access()
637 save_bufp->flags &= ~BUF_PIN; in hash_access()
640 save_bufp->flags &= ~BUF_PIN; in hash_access()
646 save_bufp->flags &= ~BUF_PIN; in hash_access()
653 save_bufp->flags &= ~BUF_PIN; in hash_access()
668 save_bufp->flags &= ~BUF_PIN; in hash_access()
679 save_bufp->flags &= ~BUF_PIN; in hash_access()
Dhash_page.c194 old_bufp->flags |= (BUF_MOD | BUF_PIN); in __split_page()
195 new_bufp->flags |= (BUF_MOD | BUF_PIN); in __split_page()
206 old_bufp->flags &= ~BUF_PIN; in __split_page()
207 new_bufp->flags &= ~BUF_PIN; in __split_page()
248 old_bufp->flags &= ~BUF_PIN; in __split_page()
249 new_bufp->flags &= ~BUF_PIN; in __split_page()
Dhash.h55 #define BUF_PIN 0x0008 macro
Dhash_buf.c188 if (hashp->nbufs || (bp->flags & BUF_PIN) || bp == hashp->cpage) { in newbuf()