Searched refs:least_used (Results 1 – 1 of 1) sorted by relevance
260 long entry, least_used, target; in dcache_find() local264 target = least_used = entry = blk % n; /* simple modulo hash */ in dcache_find()269 if (dcache_lastused[target] < dcache_lastused[least_used]) in dcache_find()270 least_used = target; in dcache_find()273 return least_used; /* max search reached, return least used slot */ in dcache_find()