Home
last modified time | relevance | path

Searched refs:CACHE_ADJUST_WAITTIME (Results 1 – 2 of 2) sorted by last modified time

/dports/emulators/hercules/hercules-3.13/
H A Dcache.h252 #define CACHE_ADJUST_WAITTIME 10 /* Increase last wait (sec) */ macro
H A Dcache.c489 if (now - cacheblk[ix].wtime <= CACHE_ADJUST_WAITTIME) { in cache_adjust()