Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libumem/common/
H A Dumem_impl.h289 int cache_cflags; /* cache creation flags */ member
H A Dumem.c1419 if (!(cp->cache_cflags & UMC_NOTOUCH) && in umem_slab_create()
2785 cp->cache_cflags = cflags; in umem_cache_create()
/titanic_44/usr/src/uts/common/sys/
H A Dkmem_impl.h371 int cache_cflags; /* cache creation flags */ member
/titanic_44/usr/src/uts/common/os/
H A Dkmem.c1243 if (!(cp->cache_cflags & KMC_IDENTIFIER)) in kmem_cache_applyall_id()
1557 ASSERT((cp->cache_move == NULL) || !(cp->cache_cflags & KMC_NOTOUCH)); in kmem_slab_create()
1558 if (!(cp->cache_cflags & KMC_NOTOUCH)) in kmem_slab_create()
2012 !(cp->cache_cflags & KMC_KMEM_ALLOC)) { in kmem_cache_alloc_debug()
2059 !(cp->cache_cflags & KMC_KMEM_ALLOC)) { in kmem_cache_free_debug()
3794 cp->cache_cflags = cflags; in kmem_cache_create()
4013 ASSERT(!(cp->cache_cflags & KMC_NOTOUCH)); in kmem_cache_set_move()
4014 ASSERT(!(cp->cache_cflags & KMC_IDENTIFIER)); in kmem_cache_set_move()
/titanic_44/usr/src/cmd/mdb/common/modules/libumem/
H A Dumem.c657 c.cache_flags, c.cache_cflags, c.cache_bufsize, c.cache_buftotal); in umem_cache()
1572 if (c->cache_cflags & UMC_NOTOUCH) in umem_walk_all()
2241 (c->cache_cflags & UMC_NOTOUCH)) in whatis_walk_touch()
2260 !(c->cache_cflags & UMC_NOTOUCH)) in whatis_walk_notouch()
/titanic_44/usr/src/cmd/mdb/common/modules/genunix/
H A Dkmem.c349 c.cache_flags, c.cache_cflags, c.cache_bufsize, c.cache_buftotal); in kmem_cache()
1624 if (c->cache_cflags & KMC_NOTOUCH) in kmem_walk_all()
2419 (c->cache_cflags & KMC_NOTOUCH)) in whatis_walk_touch()
2438 !(c->cache_cflags & KMC_NOTOUCH)) in whatis_walk_notouch()