Home
last modified time | relevance | path

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

/mirbsd/src/lib/libc/db/btree/
Dbt_debug.c83 (h = mpool_get(t->bt_mp, i, MPOOL_IGNOREPIN)) != NULL; ++i) in __bt_dump()
133 if ((h = mpool_get(t->bt_mp, pgno, MPOOL_IGNOREPIN)) != NULL) in __bt_dnpage()
253 (h = mpool_get(t->bt_mp, i, MPOOL_IGNOREPIN)) != NULL; ++i) in __bt_stat()
273 h = mpool_get(t->bt_mp, i, MPOOL_IGNOREPIN); in __bt_stat()
/mirbsd/src/include/
Dmpool.h90 #define MPOOL_IGNOREPIN 0x01 /* Ignore if the page is pinned. */ macro
/mirbsd/src/lib/libc/db/mpool/
Dmpool.c191 if (!(flags & MPOOL_IGNOREPIN) && bp->flags & MPOOL_PINNED) { in mpool_get()
241 if (!(flags & MPOOL_IGNOREPIN)) in mpool_get()