Home
last modified time | relevance | path

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

/Linux-v6.6/arch/parisc/kernel/
Dcache.c520 unsigned long rangetime, alltime; in parisc_setup_cache_timing() local
529 rangetime = mfctl(16); in parisc_setup_cache_timing()
531 rangetime = mfctl(16) - rangetime; in parisc_setup_cache_timing()
534 alltime, size, rangetime); in parisc_setup_cache_timing()
536 threshold = L1_CACHE_ALIGN((unsigned long)((uint64_t)size * alltime / rangetime)); in parisc_setup_cache_timing()
561 rangetime = mfctl(16); in parisc_setup_cache_timing()
563 rangetime = mfctl(16) - rangetime; in parisc_setup_cache_timing()
570 alltime, size, rangetime); in parisc_setup_cache_timing()
572 threshold = PAGE_ALIGN((num_online_cpus() * size * alltime) / rangetime); in parisc_setup_cache_timing()