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

/illumos-gate/usr/src/lib/libmtmalloc/common/
H A Dmtmalloc_impl.h66 cache_t *mt_cache; member in struct:cache_head
H A Dmtmalloc.c866 new_cpu_list[i].mt_caches[j].mt_cache = NULL;
964 for (thiscache = cachehead->mt_cache; thiscache != NULL;
1049 thiscache = cachehead->mt_cache;
1075 thiscache->mt_next = cachehead->mt_cache;
1076 cachehead->mt_cache = thiscache;
1515 for (thiscache = cachehead->mt_cache;
1536 for (thiscache = cachehead->mt_cache;
/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 in struct:umem_magtype
H A Dumem.c1805 _umem_cache_free(cp->cache_magtype->mt_cache, mp);
2082 emp = _umem_cache_alloc(mtp->mt_cache, UMEM_DEFAULT);
2094 _umem_cache_free(mtp->mt_cache, emp);
3114 mtp->mt_cache = umem_cache_create(name,
3118 if (mtp->mt_cache == NULL)
/illumos-gate/usr/src/uts/common/sys/
H A Dkmem_impl.h205 (cp)->cache_magtype->mt_cache)
254 kmem_cache_t *mt_cache; /* magazine cache */ member in struct:kmem_magtype
/illumos-gate/usr/src/uts/common/os/
H A Dkmem.c2110 kmem_cache_free(cp->cache_magtype->mt_cache, mp);
2720 emp = kmem_cache_alloc(mtp->mt_cache, KM_NOSLEEP);
2732 kmem_cache_free(mtp->mt_cache, emp);
4264 mtp->mt_cache = kmem_cache_create(name,

Completed in 151 milliseconds