Home
last modified time | relevance | path

Searched refs:oldest_slot (Results 1 – 1 of 1) sorted by relevance

/external/ltp/testcases/kernel/fs/doio/
Ddoio.c4273 struct fd_cache *free_slot, *oldest_slot, *cp; in alloc_fdcache() local
4303 oldest_slot = NULL; in alloc_fdcache()
4328 if (oldest_slot == NULL || in alloc_fdcache()
4329 cp->c_rtc < oldest_slot->c_rtc) { in alloc_fdcache()
4330 oldest_slot = cp; in alloc_fdcache()
4356 close(oldest_slot->c_fd); in alloc_fdcache()
4357 oldest_slot->c_fd = -1; in alloc_fdcache()
4358 free_slot = oldest_slot; in alloc_fdcache()