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

/netbsd-6-1-5-RELEASE/lib/libc/db/mpool/
H A Dmpool.c144 bp->flags = MPOOL_PINNED;
178 if (bp->flags & MPOOL_PINNED) {
195 bp->flags |= MPOOL_PINNED;
216 bp->flags = MPOOL_PINNED;
248 if (!(bp->flags & MPOOL_PINNED)) {
254 bp->flags &= ~MPOOL_PINNED;
321 if (!(bp->flags & MPOOL_PINNED)) {
451 if (bp->flags & MPOOL_PINNED)
/netbsd-6-1-5-RELEASE/include/
H A Dmpool.h58 #define MPOOL_PINNED 0x02 /* page is pinned into memory */ macro

Completed in 68 milliseconds