Searched refs:MPOOL_PINNED (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/lib/libc/db/mpool/
H A Dmpool.c140 bp->flags = MPOOL_PINNED | MPOOL_INUSE;
157 if (!(bp->flags & MPOOL_PINNED)) {
195 if (!(flags & MPOOL_IGNOREPIN) && bp->flags & MPOOL_PINNED) {
212 bp->flags |= MPOOL_PINNED;
251 bp->flags = MPOOL_PINNED;
284 if (!(bp->flags & MPOOL_PINNED)) {
290 bp->flags &= ~MPOOL_PINNED;
357 if (!(bp->flags & MPOOL_PINNED)) {
484 if (bp->flags & MPOOL_PINNED)
/freebsd-13-stable/include/
H A Dmpool.h58 #define MPOOL_PINNED 0x02 /* page is pinned into memory */ macro

Completed in 103 milliseconds