Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libmtmalloc/common/
H A Dmtmalloc.c949 cache_t *thiscache; in reinit_cpu_list() local
964 for (thiscache = cachehead->mt_cache; thiscache != NULL; in reinit_cpu_list()
965 thiscache = thiscache->mt_next) { in reinit_cpu_list()
966 (void) mutex_lock(&thiscache->mt_cache_lock); in reinit_cpu_list()
967 if (thiscache->mt_nfree == 0) { in reinit_cpu_list()
969 &thiscache->mt_cache_lock); in reinit_cpu_list()
972 if (thiscache != NULL) in reinit_cpu_list()
973 reinit_cache(thiscache); in reinit_cpu_list()
974 (void) mutex_unlock(&thiscache->mt_cache_lock); in reinit_cpu_list()
983 reinit_cache(cache_t *thiscache) in reinit_cache() argument
[all …]