Lines Matching defs:oldest_slot
4273 struct fd_cache *free_slot, *oldest_slot, *cp;
4303 oldest_slot = NULL;
4307 * Otherwise, when this loop exits, oldest_slot will point to the
4328 if (oldest_slot == NULL ||
4329 cp->c_rtc < oldest_slot->c_rtc) {
4330 oldest_slot = cp;
4353 * oldest_slot), and attempt to re-open.
4356 close(oldest_slot->c_fd);
4357 oldest_slot->c_fd = -1;
4358 free_slot = oldest_slot;