HomeSort by: relevance | last modified time | path
    Searched refs:MPOOL_PINNED (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libc/db/mpool/
mpool.c 151 bp->flags = MPOOL_PINNED | MPOOL_INUSE;
174 if (!(bp->flags & MPOOL_PINNED)) {
216 if (!(flags & MPOOL_IGNOREPIN) && bp->flags & MPOOL_PINNED) {
234 bp->flags |= MPOOL_PINNED;
271 bp->flags = MPOOL_PINNED;
304 if (!(bp->flags & MPOOL_PINNED)) {
310 bp->flags &= ~MPOOL_PINNED;
377 if (!(bp->flags & MPOOL_PINNED)) {
514 if (bp->flags & MPOOL_PINNED)
  /src/include/
mpool.h 58 #define MPOOL_PINNED 0x02 /* page is pinned into memory */

Completed in 11 milliseconds