Searched refs:KMC_NOTOUCH (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dkmem.h76 #define KMC_NOTOUCH 0x00010000 macro
/illumos-gate/usr/src/uts/common/os/
H A Dkmem.c1558 ASSERT((cp->cache_move == NULL) || !(cp->cache_cflags & KMC_NOTOUCH));
1559 if (!(cp->cache_cflags & KMC_NOTOUCH))
3797 cflags |= KMC_NOTOUCH;
3812 ASSERT(!(cflags & KMC_NOHASH) || !(cflags & KMC_NOTOUCH));
3834 if (cflags & KMC_NOTOUCH)
3846 if ((cp->cache_flags & KMF_AUDIT) && !(cflags & KMC_NOTOUCH))
3918 } else if ((cflags & KMC_NOHASH) || (!(cflags & KMC_NOTOUCH) &&
4097 ASSERT(!(cp->cache_cflags & KMC_NOTOUCH));
H A Dvmem.c1537 NULL, vmp, KMC_QCACHE | KMC_NOTOUCH);
/illumos-gate/usr/src/lib/libzpool/common/sys/
H A Dzfs_context.h323 #define KMC_NOTOUCH 0 /* not needed for userland caches */ macro
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dkmem.c1624 if (c->cache_cflags & KMC_NOTOUCH)
2419 (c->cache_cflags & KMC_NOTOUCH))
2438 !(c->cache_cflags & KMC_NOTOUCH))
2612 * non-KMC_NOTOUCH, non-metadata (typically the most interesting)
2614 * KMC_NOTOUCH, non-metadata (see kmem_walk_all())
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzio.c161 * pass KMC_NOTOUCH so that no allocator metadata is
167 cflags | KMC_NOTOUCH);

Completed in 100 milliseconds