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

/freebsd-10-stable/include/
H A Dmpool.h88 #define MPOOL_IGNOREPIN 0x01 /* Ignore if the page is pinned. */ macro
/freebsd-10-stable/lib/libc/db/btree/
H A Dbt_debug.c87 (h = mpool_get(t->bt_mp, i, MPOOL_IGNOREPIN)) != NULL; ++i)
137 if ((h = mpool_get(t->bt_mp, pgno, MPOOL_IGNOREPIN)) != NULL)
258 (h = mpool_get(t->bt_mp, i, MPOOL_IGNOREPIN)) != NULL; ++i)
278 h = mpool_get(t->bt_mp, i, MPOOL_IGNOREPIN);
/freebsd-10-stable/lib/libc/db/mpool/
H A Dmpool.c193 if (!(flags & MPOOL_IGNOREPIN) && bp->flags & MPOOL_PINNED) {
248 if (!(flags & MPOOL_IGNOREPIN))

Completed in 77 milliseconds