Searched refs:MPOOL_IGNOREPIN (Results 1 - 3 of 3) sorted by relevance

/freebsd-current/include/
H A Dmpool.h87 #define MPOOL_IGNOREPIN 0x01 /* Ignore if the page is pinned. */ macro
/freebsd-current/lib/libc/db/btree/
H A Dbt_debug.c83 (h = mpool_get(t->bt_mp, i, MPOOL_IGNOREPIN)) != NULL; ++i)
133 if ((h = mpool_get(t->bt_mp, pgno, MPOOL_IGNOREPIN)) != NULL)
254 (h = mpool_get(t->bt_mp, i, MPOOL_IGNOREPIN)) != NULL; ++i)
274 h = mpool_get(t->bt_mp, i, MPOOL_IGNOREPIN);
/freebsd-current/lib/libc/db/mpool/
H A Dmpool.c189 if (!(flags & MPOOL_IGNOREPIN) && bp->flags & MPOOL_PINNED) {
244 if (!(flags & MPOOL_IGNOREPIN))

Completed in 189 milliseconds