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

/macosx-10.10.1/Libc-1044.1.2/db/mpool/FreeBSD/
H A Dmpool.c135 bp->flags = MPOOL_PINNED;
170 if (bp->flags & MPOOL_PINNED) {
187 bp->flags |= MPOOL_PINNED;
209 bp->flags = MPOOL_PINNED;
241 if (!(bp->flags & MPOOL_PINNED)) {
247 bp->flags &= ~MPOOL_PINNED;
320 if (!(bp->flags & MPOOL_PINNED)) {
435 if (bp->flags & MPOOL_PINNED)
/macosx-10.10.1/Libc-1044.1.2/include/
H A Dmpool.h60 #define MPOOL_PINNED 0x02 /* page is pinned into memory */ macro

Completed in 93 milliseconds