Searched refs:cache_private (Results 1 – 4 of 4) sorted by relevance
/titanic_50/usr/src/uts/common/os/ |
H A D | kmem.c | 1743 cp->cache_constructor(buf, cp->cache_private, in kmem_slab_alloc() 1745 cp->cache_destructor(buf, cp->cache_private); in kmem_slab_alloc() 1943 cp->cache_destructor(buf, cp->cache_private); in kmem_cache_alloc_debug() 1949 cp->cache_constructor(buf, cp->cache_private, kmflag) != 0)) { in kmem_cache_alloc_debug() 2018 cp->cache_destructor(buf, cp->cache_private); in kmem_cache_free_debug() 2050 cp->cache_destructor(buf, cp->cache_private); in kmem_magazine_destroy() 2054 cp->cache_destructor(buf, cp->cache_private); in kmem_magazine_destroy() 2371 cp->cache_constructor(buf, cp->cache_private, kmflag) in kmem_cache_alloc_dump() 2533 cp->cache_constructor(buf, cp->cache_private, kmflag) != 0) { in kmem_cache_alloc() 2564 cp->cache_destructor(buf, cp->cache_private); in kmem_slab_free_constructed() [all …]
|
/titanic_50/usr/src/lib/libumem/common/ |
H A D | umem.c | 1711 cp->cache_constructor(buf, cp->cache_private, flags_nfatal) != 0)) { in umem_cache_alloc_debug() 1766 cp->cache_destructor(buf, cp->cache_private); in umem_cache_free_debug() 1796 cp->cache_destructor(buf, cp->cache_private); in umem_magazine_destroy() 2002 cp->cache_constructor(buf, cp->cache_private, flags_nfatal) != 0) { in _umem_cache_alloc() 2118 cp->cache_destructor(buf, cp->cache_private); in _umem_cache_free() 2304 cp->cache_reclaim(cp->cache_private); in umem_cache_reap() 2783 cp->cache_private = private; in umem_cache_create()
|
H A D | umem_impl.h | 287 void *cache_private; /* opaque arg to callbacks */ member
|
/titanic_50/usr/src/uts/common/sys/ |
H A D | kmem_impl.h | 368 void *cache_private; /* opaque arg to callbacks */ member
|