Searched refs:cache_constructor (Results 1 – 5 of 5) sorted by relevance
/titanic_50/usr/src/uts/common/os/ |
H A D | kmem.c | 1742 if ((cp->cache_constructor == NULL) || in kmem_slab_alloc() 1743 cp->cache_constructor(buf, cp->cache_private, in kmem_slab_alloc() 1922 if (cp->cache_constructor != NULL) in kmem_cache_alloc_debug() 1948 if (mtbf || (construct && cp->cache_constructor != NULL && in kmem_cache_alloc_debug() 1949 cp->cache_constructor(buf, cp->cache_private, kmflag) != 0)) { in kmem_cache_alloc_debug() 2370 if (cp->cache_constructor != NULL && in kmem_cache_alloc_dump() 2371 cp->cache_constructor(buf, cp->cache_private, kmflag) in kmem_cache_alloc_dump() 2532 if (cp->cache_constructor != NULL && in kmem_cache_alloc() 2533 cp->cache_constructor(buf, cp->cache_private, kmflag) != 0) { in kmem_cache_alloc() 2732 ASSERT(cp->cache_constructor == NULL); in kmem_slab_prefill() [all …]
|
/titanic_50/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_50/usr/src/uts/common/sys/ |
H A D | kmem_impl.h | 364 int (*cache_constructor)(void *, void *, int); member
|
/titanic_50/usr/src/cmd/mdb/common/modules/genunix/ |
H A D | kmem.c | 1231 cp->cache_constructor == NULL || in kmem_walk_init_common()
|