Searched refs:MPOOL_PINNED (Results 1 – 2 of 2) sorted by relevance
143 bp->flags = MPOOL_PINNED | MPOOL_INUSE;162 if (!(bp->flags & MPOOL_PINNED)) {200 if (!(flags & MPOOL_IGNOREPIN) && bp->flags & MPOOL_PINNED) {217 bp->flags |= MPOOL_PINNED;256 bp->flags = MPOOL_PINNED;291 if (!(bp->flags & MPOOL_PINNED)) {297 bp->flags &= ~MPOOL_PINNED;368 if (!(bp->flags & MPOOL_PINNED)) {502 if (bp->flags & MPOOL_PINNED)
70 #define MPOOL_PINNED 0x02 /* page is pinned into memory */ macro