Home
last modified time | relevance | path

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

/freebsd/lib/libc/db/btree/
H A 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()
254 (h = mpool_get(t->bt_mp, i, MPOOL_IGNOREPIN)) != NULL; ++i) in __bt_stat()
274 h = mpool_get(t->bt_mp, i, MPOOL_IGNOREPIN); in __bt_stat()
/freebsd/crypto/krb5/src/plugins/kdb/db2/libdb2/btree/
H A Dbt_debug.c117 (h = mpool_get(t->bt_mp, i, MPOOL_IGNOREPIN)) != NULL; ++i)
179 if ((h = mpool_get(t->bt_mp, pgno, MPOOL_IGNOREPIN)) != NULL)
347 (h = mpool_get(t->bt_mp, i, MPOOL_IGNOREPIN)) != NULL; ++i)
367 h = mpool_get(t->bt_mp, i, MPOOL_IGNOREPIN);
/freebsd/crypto/krb5/src/plugins/kdb/db2/libdb2/mpool/
H A Dmpool.c186 if (!(flags & MPOOL_IGNOREPIN) && bp->flags & MPOOL_PINNED) { in mpool_get()
203 if (!(flags & MPOOL_IGNOREPIN)) in mpool_get()
243 if (!(flags & MPOOL_IGNOREPIN)) in mpool_get()
H A Dmpool.h88 #define MPOOL_IGNOREPIN 0x01 /* Ignore if the page is pinned. */ macro
/freebsd/include/
H A Dmpool.h87 #define MPOOL_IGNOREPIN 0x01 /* Ignore if the page is pinned. */ macro
/freebsd/lib/libc/db/mpool/
H A Dmpool.c189 if (!(flags & MPOOL_IGNOREPIN) && bp->flags & MPOOL_PINNED) { in mpool_get()
244 if (!(flags & MPOOL_IGNOREPIN)) in mpool_get()
/freebsd/crypto/krb5/src/plugins/kdb/db2/libdb2/test/btree.tests/
H A Dmain.c868 if ((h = mpool_get(t->bt_mp, pg, MPOOL_IGNOREPIN)) == NULL) {