MPOOL_PINNED 150 libdb/mpool.c bp->flags = MPOOL_PINNED; MPOOL_PINNED 186 libdb/mpool.c if (bp->flags & MPOOL_PINNED) { MPOOL_PINNED 203 libdb/mpool.c bp->flags |= MPOOL_PINNED; MPOOL_PINNED 226 libdb/mpool.c bp->flags = MPOOL_PINNED; MPOOL_PINNED 260 libdb/mpool.c if (!(bp->flags & MPOOL_PINNED)) { MPOOL_PINNED 266 libdb/mpool.c bp->flags &= ~MPOOL_PINNED; MPOOL_PINNED 336 libdb/mpool.c if (!(bp->flags & MPOOL_PINNED)) { MPOOL_PINNED 462 libdb/mpool.c if (bp->flags & MPOOL_PINNED) MPOOL_PINNED 52 libdb/mpool.h #define MPOOL_PINNED 0x02 /* page is pinned into memory */