Searched refs:lru_count (Results 1 – 1 of 1) sorted by relevance
40 int lru_count; /* amount of times this entry has been used */ member581 if (fp_cache[x].lru_count < y) { in find_hole()583 y = fp_cache[x].lru_count; in find_hole()589 if (fp_cache[x].lru_count > 3) { in find_hole()590 --(fp_cache[x].lru_count); in find_hole()606 fp_cache[z].lru_count = 0; in find_hole()658 fp_cache[idx].lru_count = 0; in add_entry()663 fp_cache[idx].lru_count = 0; in add_entry()767 fp_cache[idx].lru_count = 0; in build_lut()1134 ++(fp_cache[idx1].lru_count); in ltc_ecc_fp_mul2add()[all …]