Searched refs:cache_private (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/uts/common/os/ |
H A D | kmem.c | 1756 cp->cache_constructor(buf, cp->cache_private, in kmem_slab_alloc() 1758 cp->cache_destructor(buf, cp->cache_private); in kmem_slab_alloc() 1956 cp->cache_destructor(buf, cp->cache_private); in kmem_cache_alloc_debug() 1962 cp->cache_constructor(buf, cp->cache_private, kmflag) != 0)) { in kmem_cache_alloc_debug() 2031 cp->cache_destructor(buf, cp->cache_private); in kmem_cache_free_debug() 2063 cp->cache_destructor(buf, cp->cache_private); in kmem_magazine_destroy() 2067 cp->cache_destructor(buf, cp->cache_private); in kmem_magazine_destroy() 2384 cp->cache_constructor(buf, cp->cache_private, kmflag) in kmem_cache_alloc_dump() 2546 cp->cache_constructor(buf, cp->cache_private, kmflag) != 0) { in kmem_cache_alloc() 2577 cp->cache_destructor(buf, cp->cache_private); in kmem_slab_free_constructed() [all …]
|
/illumos-gate/usr/src/lib/libumem/common/ |
H A D | umem.c | 1715 cp->cache_constructor(buf, cp->cache_private, flags_nfatal) != 0)) { in umem_cache_alloc_debug() 1770 cp->cache_destructor(buf, cp->cache_private); in umem_cache_free_debug() 1800 cp->cache_destructor(buf, cp->cache_private); in umem_magazine_destroy() 2006 cp->cache_constructor(buf, cp->cache_private, flags_nfatal) != 0) { in _umem_cache_alloc() 2122 cp->cache_destructor(buf, cp->cache_private); in _umem_cache_free() 2308 cp->cache_reclaim(cp->cache_private); in umem_cache_reap() 2787 cp->cache_private = private; in umem_cache_create()
|
H A D | umem_impl.h | 290 void *cache_private; /* opaque arg to callbacks */ member
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | kmem_impl.h | 368 void *cache_private; /* opaque arg to callbacks */ member
|