Searched refs:mt_cache (Results 1 – 6 of 6) sorted by relevance
64 cache_t *mt_cache; member
866 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()
190 (cp)->cache_magtype->mt_cache)228 umem_cache_t *mt_cache; /* magazine cache */ member
1805 _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()
206 (cp)->cache_magtype->mt_cache)255 kmem_cache_t *mt_cache; /* magazine cache */ member
2073 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()