Home
last modified time | relevance | path

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

/Linux-v5.15/arch/parisc/kernel/
Dcache.c389 unsigned long rangetime, alltime; in parisc_setup_cache_timing() local
398 rangetime = mfctl(16); in parisc_setup_cache_timing()
400 rangetime = mfctl(16) - rangetime; in parisc_setup_cache_timing()
403 alltime, size, rangetime); in parisc_setup_cache_timing()
405 threshold = L1_CACHE_ALIGN(size * alltime / rangetime); in parisc_setup_cache_timing()
425 rangetime = mfctl(16); in parisc_setup_cache_timing()
427 rangetime = mfctl(16) - rangetime; in parisc_setup_cache_timing()
434 alltime, size, rangetime); in parisc_setup_cache_timing()
436 threshold = PAGE_ALIGN((num_online_cpus() * size * alltime) / rangetime); in parisc_setup_cache_timing()