Home
last modified time | relevance | path

Searched refs:cache_private (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dkmem.c1756 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()
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()
2577 cp->cache_destructor(buf, cp->cache_private); in kmem_slab_free_constructed()
2580 cp->cache_destructor(buf, cp->cache_private); in kmem_slab_free_constructed()
3093 cp->cache_reclaim(cp->cache_private); in kmem_cache_reap()
[all …]
/illumos-gate/usr/src/lib/libumem/common/
H A Dumem.c1715 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 Dumem_impl.h290 void *cache_private; /* opaque arg to callbacks */ member
/illumos-gate/usr/src/uts/common/sys/
H A Dkmem_impl.h368 void *cache_private; /* opaque arg to callbacks */ member