Home
last modified time | relevance | path

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

/Linux-v5.10/arch/parisc/kernel/
Dcache.c390 unsigned long rangetime, alltime; in parisc_setup_cache_timing() local
399 rangetime = mfctl(16); in parisc_setup_cache_timing()
401 rangetime = mfctl(16) - rangetime; in parisc_setup_cache_timing()
404 alltime, size, rangetime); in parisc_setup_cache_timing()
406 threshold = L1_CACHE_ALIGN(size * alltime / rangetime); in parisc_setup_cache_timing()
426 rangetime = mfctl(16); in parisc_setup_cache_timing()
428 rangetime = mfctl(16) - rangetime; in parisc_setup_cache_timing()
435 alltime, size, rangetime); in parisc_setup_cache_timing()
437 threshold = PAGE_ALIGN((num_online_cpus() * size * alltime) / rangetime); in parisc_setup_cache_timing()