Searched refs:cache_constructor (Results 1 – 5 of 5) sorted by relevance
/titanic_44/usr/src/uts/common/os/ |
H A D | kmem.c | 1783 if ((cp->cache_constructor == NULL) || in kmem_slab_alloc() 1784 cp->cache_constructor(buf, cp->cache_private, in kmem_slab_alloc() 1971 if (cp->cache_constructor != NULL) in kmem_cache_alloc_debug() 1997 if (mtbf || (construct && cp->cache_constructor != NULL && in kmem_cache_alloc_debug() 1998 cp->cache_constructor(buf, cp->cache_private, kmflag) != 0)) { in kmem_cache_alloc_debug() 2397 if (cp->cache_constructor != NULL && in kmem_cache_alloc_dump() 2398 cp->cache_constructor(buf, cp->cache_private, kmflag) in kmem_cache_alloc_dump() 2559 if (cp->cache_constructor != NULL && in kmem_cache_alloc() 2560 cp->cache_constructor(buf, cp->cache_private, kmflag) != 0) { in kmem_cache_alloc() 2759 ASSERT(cp->cache_constructor == NULL); in kmem_slab_prefill() [all …]
|
/titanic_44/usr/src/lib/libumem/common/ |
H A D | umem_impl.h | 284 umem_constructor_t *cache_constructor; member
|
H A D | umem.c | 1710 if (mtbf || (cp->cache_constructor != NULL && in umem_cache_alloc_debug() 1711 cp->cache_constructor(buf, cp->cache_private, flags_nfatal) != 0)) { in umem_cache_alloc_debug() 2001 if (cp->cache_constructor != NULL && in _umem_cache_alloc() 2002 cp->cache_constructor(buf, cp->cache_private, flags_nfatal) != 0) { in _umem_cache_alloc() 2780 cp->cache_constructor = constructor; in umem_cache_create() 2979 cp->cache_constructor = (umem_constructor_t *)1; in umem_cache_destroy()
|
/titanic_44/usr/src/uts/common/sys/ |
H A D | kmem_impl.h | 365 int (*cache_constructor)(void *, void *, int); member
|
/titanic_44/usr/src/cmd/mdb/common/modules/genunix/ |
H A D | kmem.c | 1231 cp->cache_constructor == NULL || in kmem_walk_init_common()
|