Searched refs:cache_cflags (Results 1 – 6 of 6) sorted by relevance
289 int cache_cflags; /* cache creation flags */ member
1419 if (!(cp->cache_cflags & UMC_NOTOUCH) && in umem_slab_create()2785 cp->cache_cflags = cflags; in umem_cache_create()
370 int cache_cflags; /* cache creation flags */ member
1200 if (!(cp->cache_cflags & KMC_IDENTIFIER)) in kmem_cache_applyall_id()1516 ASSERT((cp->cache_move == NULL) || !(cp->cache_cflags & KMC_NOTOUCH)); in kmem_slab_create()1517 if (!(cp->cache_cflags & KMC_NOTOUCH)) in kmem_slab_create()1963 !(cp->cache_cflags & KMC_KMEM_ALLOC)) { in kmem_cache_alloc_debug()2010 !(cp->cache_cflags & KMC_KMEM_ALLOC)) { in kmem_cache_free_debug()3767 cp->cache_cflags = cflags; in kmem_cache_create()3986 ASSERT(!(cp->cache_cflags & KMC_NOTOUCH)); in kmem_cache_set_move()3987 ASSERT(!(cp->cache_cflags & KMC_IDENTIFIER)); in kmem_cache_set_move()
657 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()
349 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()