Searched refs:mt_caches (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/libmtmalloc/common/
H A Dmtmalloc_impl.h87 cache_head_t *mt_caches; member in struct:percpu
H A Dmtmalloc.c1119 new_cpu_list[i].mt_caches = (cache_head_t *)list_addr;
1121 new_cpu_list[i].mt_caches[j].mt_cachespaceblockhint = NULL;
1122 new_cpu_list[i].mt_caches[j].mt_cachespaceblock = NULL;
1123 new_cpu_list[i].mt_caches[j].mt_hint = NULL;
1237 for (cachehead = &cpuptr->mt_caches[0]; cachehead <
1238 &cpuptr->mt_caches[NUM_CACHES]; cachehead++) {
1323 chead = &cpuptr->mt_caches[bucket];

Completed in 36 milliseconds