Home | History | Annotate | Download | only in ia64

Lines Matching full:buckets

87 	cache->buckets[i].lru_chain = (i - 1);
88 cache->buckets[i].coll_chain = -1;
89 cache->buckets[i].ip = 0;
154 struct ia64_script *script = cache->buckets + c->hint;
168 script = cache->buckets + index;
174 c->hint = cache->buckets[c->prev_script].hint =
175 (script - cache->buckets);
180 script = cache->buckets + script->coll_chain;
201 script = cache->buckets + head;
205 cache->buckets[cache->lru_tail].lru_chain = head;
212 tmp = cache->buckets + cache->hash[index];
229 tmp = cache->buckets + tmp->coll_chain;
236 cache->hash[index] = script - cache->buckets;
677 cache->buckets[c->prev_script].hint = script - cache->buckets;
685 c->prev_script = script - cache->buckets;