Searched refs:UMC_NOTOUCH (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/lib/libumem/common/
H A Dumem.h50 #define UMC_NOTOUCH 0x00010000 macro
H A Dumem.c1156 if (!(cp->cache_cflags & UMC_NOTOUCH) &&
2422 ((cflags & UMC_NOHASH) && (cflags & UMC_NOTOUCH)) ||
2432 * UMC_NOTOUCH was passed.
2439 } else if (align < UMEM_ALIGN && (cflags & UMC_NOTOUCH) == 0)
2485 if (cflags & UMC_NOTOUCH)
2494 if ((cp->cache_flags & UMF_AUDIT) && !(cflags & UMC_NOTOUCH))
2565 } else if ((cflags & UMC_NOHASH) || (!(cflags & UMC_NOTOUCH) &&
H A Dvmem.c1501 NULL, vmp, UMC_QCACHE | UMC_NOTOUCH);

Completed in 40 milliseconds