Home | History | Annotate | Download | only in iomgr

Lines Matching defs:last_used

90   uint64_t last_used;
643 p->fd_cache[i].last_used = 0;
651 p->fd_cache[i].last_used = p->fd_cache_counter;
654 } else if (p->fd_cache[i].last_used < p->fd_cache[lru_idx].last_used) {
666 p->fd_cache[lru_idx].last_used = p->fd_cache_counter;