Home
last modified time | relevance | path

Searched refs:mt_cache (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/lib/libmtmalloc/common/
H A Dmtmalloc_impl.h64 cache_t *mt_cache; member
H A Dmtmalloc.c866 new_cpu_list[i].mt_caches[j].mt_cache = NULL; in setup_caches()
964 for (thiscache = cachehead->mt_cache; thiscache != NULL; in reinit_cpu_list()
1049 thiscache = cachehead->mt_cache; in malloc_internal()
1075 thiscache->mt_next = cachehead->mt_cache; in malloc_internal()
1076 cachehead->mt_cache = thiscache; in malloc_internal()
1515 for (thiscache = cachehead->mt_cache; in malloc_prepare()
1536 for (thiscache = cachehead->mt_cache; in malloc_release()
/illumos-gate/usr/src/lib/libumem/common/
H A Dumem_impl.h190 (cp)->cache_magtype->mt_cache)
228 umem_cache_t *mt_cache; /* magazine cache */ member
H A Dumem.c1805 _umem_cache_free(cp->cache_magtype->mt_cache, mp); in umem_magazine_destroy()
2082 emp = _umem_cache_alloc(mtp->mt_cache, UMEM_DEFAULT); in _umem_cache_free()
2094 _umem_cache_free(mtp->mt_cache, emp); in _umem_cache_free()
3119 mtp->mt_cache = umem_cache_create(name, in umem_cache_init()
3123 if (mtp->mt_cache == NULL) in umem_cache_init()
/illumos-gate/usr/src/uts/common/sys/
H A Dkmem_impl.h206 (cp)->cache_magtype->mt_cache)
255 kmem_cache_t *mt_cache; /* magazine cache */ member
/illumos-gate/usr/src/uts/common/os/
H A Dkmem.c2073 kmem_cache_free(cp->cache_magtype->mt_cache, mp); in kmem_magazine_destroy()
2622 emp = kmem_cache_alloc(mtp->mt_cache, KM_NOSLEEP); in kmem_cpucache_magazine_alloc()
2634 kmem_cache_free(mtp->mt_cache, emp); in kmem_cpucache_magazine_alloc()
4239 mtp->mt_cache = kmem_cache_create(name, in kmem_cache_init()