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

/freebsd-9.3-release/lib/libc/db/hash/
H A Dhash.c592 rbufp->flags |= BUF_PIN;
608 save_bufp->flags &= ~BUF_PIN;
630 save_bufp->flags &= ~BUF_PIN;
639 save_bufp->flags &= ~BUF_PIN;
649 save_bufp->flags &= ~BUF_PIN;
652 save_bufp->flags &= ~BUF_PIN;
658 save_bufp->flags &= ~BUF_PIN;
665 save_bufp->flags &= ~BUF_PIN;
680 save_bufp->flags &= ~BUF_PIN;
691 save_bufp->flags &= ~BUF_PIN;
[all...]
H A Dhash.h54 #define BUF_PIN 0x0008 macro
H A Dhash_page.c201 old_bufp->flags |= (BUF_MOD | BUF_PIN);
202 new_bufp->flags |= (BUF_MOD | BUF_PIN);
213 old_bufp->flags &= ~BUF_PIN;
214 new_bufp->flags &= ~BUF_PIN;
255 old_bufp->flags &= ~BUF_PIN;
256 new_bufp->flags &= ~BUF_PIN;
H A Dhash_buf.c191 if (hashp->nbufs || (bp->flags & BUF_PIN) || bp == hashp->cpage) {

Completed in 102 milliseconds