Home
last modified time | relevance | path

Searched refs:cache_cflags (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/lib/libumem/common/
H A Dumem_impl.h292 int cache_cflags; /* cache creation flags */ member
H A Dumem.c1423 if (!(cp->cache_cflags & UMC_NOTOUCH) && in umem_slab_create()
2789 cp->cache_cflags = cflags; in umem_cache_create()
/illumos-gate/usr/src/uts/common/sys/
H A Dkmem_impl.h370 int cache_cflags; /* cache creation flags */ member
/illumos-gate/usr/src/uts/common/os/
H A Dkmem.c1213 if (!(cp->cache_cflags & KMC_IDENTIFIER)) in kmem_cache_applyall_id()
1529 ASSERT((cp->cache_move == NULL) || !(cp->cache_cflags & KMC_NOTOUCH)); in kmem_slab_create()
1530 if (!(cp->cache_cflags & KMC_NOTOUCH)) in kmem_slab_create()
1976 !(cp->cache_cflags & KMC_KMEM_ALLOC)) { in kmem_cache_alloc_debug()
2023 !(cp->cache_cflags & KMC_KMEM_ALLOC)) { in kmem_cache_free_debug()
3851 cp->cache_cflags = cflags; in kmem_cache_create()
4071 ASSERT(!(cp->cache_cflags & KMC_NOTOUCH)); in kmem_cache_set_move()
4072 ASSERT(!(cp->cache_cflags & KMC_IDENTIFIER)); in kmem_cache_set_move()
/illumos-gate/usr/src/cmd/mdb/common/modules/libumem/
H A Dumem.c658 c.cache_flags, c.cache_cflags, c.cache_bufsize, c.cache_buftotal); in umem_cache()
1573 if (c->cache_cflags & UMC_NOTOUCH) in umem_walk_all()
2242 (c->cache_cflags & UMC_NOTOUCH)) in whatis_walk_touch()
2261 !(c->cache_cflags & UMC_NOTOUCH)) in whatis_walk_notouch()
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dkmem.c350 c.cache_flags, c.cache_cflags, c.cache_bufsize, c.cache_buftotal); in kmem_cache()
1625 if (c->cache_cflags & KMC_NOTOUCH) in kmem_walk_all()
2420 (c->cache_cflags & KMC_NOTOUCH)) in whatis_walk_touch()
2439 !(c->cache_cflags & KMC_NOTOUCH)) in whatis_walk_notouch()