Searched refs:lru_atime (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/util/
H A Ddisk_cache_os.c132 time_t lru_atime; member in struct:lru_file
197 if (!entry|| sb.st_atime < entry->lru_atime) {
219 if (sb.st_atime < entry->lru_atime) {
236 entry->lru_atime = sb.st_atime;
/xsrc/external/mit/MesaLib.old/dist/src/util/
H A Ddisk_cache.c512 time_t lru_atime = 0; local in function:choose_lru_file_matching
525 if (!lru_atime || (sb.st_atime < lru_atime)) {
535 lru_atime = sb.st_atime;

Completed in 4 milliseconds