Lines Matching defs:cachehead
950 cache_head_t *cachehead;
962 for (cachehead = &cpuptr->mt_caches[0]; cachehead <
963 &cpuptr->mt_caches[NUM_CACHES]; cachehead++) {
964 for (thiscache = cachehead->mt_cache; thiscache != NULL;
1011 cache_head_t *cachehead;
1039 cachehead = &cpuptr->mt_caches[bucket];
1042 thiscache = cachehead->mt_hint;
1049 thiscache = cachehead->mt_cache;
1050 hintcache = cachehead->mt_hint;
1075 thiscache->mt_next = cachehead->mt_cache;
1076 cachehead->mt_cache = thiscache;
1080 cachehead->mt_hint = thiscache;
1506 cache_head_t *cachehead;
1512 for (cachehead = &cpuptr->mt_caches[0];
1513 cachehead < &cpuptr->mt_caches[NUM_CACHES];
1514 cachehead++) {
1515 for (thiscache = cachehead->mt_cache;
1529 cache_head_t *cachehead;
1533 for (cachehead = &cpuptr->mt_caches[NUM_CACHES - 1];
1534 cachehead >= &cpuptr->mt_caches[0];
1535 cachehead--) {
1536 for (thiscache = cachehead->mt_cache;