Home
last modified time | relevance | path

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

/dports/emulators/hercules/hercules-3.13/
H A Dcache.c60 int cache_busy_percent (int ix) in cache_busy_percent() function
359 ix, cacheblk[ix].nbr, cacheblk[ix].busy, cache_busy_percent(ix), in cache_cmd()
452 busypct = cache_busy_percent(ix); in cache_adjust()
H A Dcache.h265 int cache_busy_percent(int ix);
H A Dcckddasd.c1387 if (cache_busy_percent(CACHE_DEVBUF) > 80) cckd_flush_cache_all(); in cckd_read_trk()