Searched refs:lru_idx (Results 1 – 1 of 1) sorted by relevance
647 int lru_idx = 0; local654 } else if (p->fd_cache[i].last_used < p->fd_cache[lru_idx].last_used) {655 lru_idx = i;661 lru_idx = p->fd_cache_size;664 p->fd_cache[lru_idx].fd = fd->fd;665 p->fd_cache[lru_idx].salt = fd->salt;666 p->fd_cache[lru_idx].last_used = p->fd_cache_counter;