Searched refs:mt_caches (Results 1 – 2 of 2) sorted by relevance
864 new_cpu_list[i].mt_caches = (cache_head_t *)list_addr; in setup_caches()866 new_cpu_list[i].mt_caches[j].mt_cache = NULL; in setup_caches()867 new_cpu_list[i].mt_caches[j].mt_hint = NULL; in setup_caches()962 for (cachehead = &cpuptr->mt_caches[0]; cachehead < in reinit_cpu_list()963 &cpuptr->mt_caches[NUM_CACHES]; cachehead++) { in reinit_cpu_list()1039 cachehead = &cpuptr->mt_caches[bucket]; in malloc_internal()1512 for (cachehead = &cpuptr->mt_caches[0]; in malloc_prepare()1513 cachehead < &cpuptr->mt_caches[NUM_CACHES]; in malloc_prepare()1533 for (cachehead = &cpuptr->mt_caches[NUM_CACHES - 1]; in malloc_release()1534 cachehead >= &cpuptr->mt_caches[0]; in malloc_release()
79 cache_head_t *mt_caches; member