Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/os/
H A Dkmem.c1784 cp->cache_constructor(buf, cp->cache_private, in kmem_slab_alloc()
1786 cp->cache_destructor(buf, cp->cache_private); in kmem_slab_alloc()
1992 cp->cache_destructor(buf, cp->cache_private); in kmem_cache_alloc_debug()
1998 cp->cache_constructor(buf, cp->cache_private, kmflag) != 0)) { in kmem_cache_alloc_debug()
2067 cp->cache_destructor(buf, cp->cache_private); in kmem_cache_free_debug()
2099 cp->cache_destructor(buf, cp->cache_private); in kmem_magazine_destroy()
2103 cp->cache_destructor(buf, cp->cache_private); in kmem_magazine_destroy()
2398 cp->cache_constructor(buf, cp->cache_private, kmflag) in kmem_cache_alloc_dump()
2560 cp->cache_constructor(buf, cp->cache_private, kmflag) != 0) { in kmem_cache_alloc()
2591 cp->cache_destructor(buf, cp->cache_private); in kmem_slab_free_constructed()
[all …]
/titanic_44/usr/src/lib/libumem/common/
H A Dumem.c1711 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 Dumem_impl.h287 void *cache_private; /* opaque arg to callbacks */ member
/titanic_44/usr/src/uts/common/sys/
H A Dkmem_impl.h369 void *cache_private; /* opaque arg to callbacks */ member