Searched refs:MPOOL_PINNED (Results 1 - 2 of 2) sorted by relevance

/freebsd-10-stable/lib/libc/db/mpool/
H A Dmpool.c138 bp->flags = MPOOL_PINNED | MPOOL_INUSE;
155 if (!(bp->flags & MPOOL_PINNED)) {
193 if (!(flags & MPOOL_IGNOREPIN) && bp->flags & MPOOL_PINNED) {
210 bp->flags |= MPOOL_PINNED;
249 bp->flags = MPOOL_PINNED;
282 if (!(bp->flags & MPOOL_PINNED)) {
288 bp->flags &= ~MPOOL_PINNED;
355 if (!(bp->flags & MPOOL_PINNED)) {
482 if (bp->flags & MPOOL_PINNED)
/freebsd-10-stable/include/
H A Dmpool.h56 #define MPOOL_PINNED 0x02 /* page is pinned into memory */ macro

Completed in 37 milliseconds