Searched refs:MPOOL_IGNOREPIN (Results 1 – 3 of 3) sorted by relevance
126 (h = mpool_get(t->bt_mp, i, MPOOL_IGNOREPIN)) != NULL; ++i)188 if ((h = mpool_get(t->bt_mp, pgno, MPOOL_IGNOREPIN)) != NULL)324 (h = mpool_get(t->bt_mp, i, MPOOL_IGNOREPIN)) != NULL; ++i)344 h = mpool_get(t->bt_mp, i, MPOOL_IGNOREPIN);
102 #define MPOOL_IGNOREPIN 0x01 /* Ignore if the page is pinned. */ macro
200 if (!(flags & MPOOL_IGNOREPIN) && bp->flags & MPOOL_PINNED) {255 if (!(flags & MPOOL_IGNOREPIN))