Home
last modified time | relevance | path

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

/Linux-v4.19/arch/parisc/kernel/
Dcache.c372 unsigned long rangetime, alltime; in parisc_setup_cache_timing() local
381 rangetime = mfctl(16); in parisc_setup_cache_timing()
383 rangetime = mfctl(16) - rangetime; in parisc_setup_cache_timing()
386 alltime, size, rangetime); in parisc_setup_cache_timing()
388 threshold = L1_CACHE_ALIGN(size * alltime / rangetime); in parisc_setup_cache_timing()
413 rangetime = mfctl(16); in parisc_setup_cache_timing()
419 rangetime = mfctl(16) - rangetime; in parisc_setup_cache_timing()
422 alltime, size, rangetime); in parisc_setup_cache_timing()
424 threshold = PAGE_ALIGN(num_online_cpus() * size * alltime / rangetime); in parisc_setup_cache_timing()