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()
371 int cache_cflags; /* cache creation flags */ member
1243 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()
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()