Home
last modified time | relevance | path

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

/linux-6.1.9/arch/parisc/kernel/
Dcache.c479 unsigned long rangetime, alltime; in parisc_setup_cache_timing() local
483 alltime = mfctl(16); in parisc_setup_cache_timing()
485 alltime = mfctl(16) - alltime; in parisc_setup_cache_timing()
493 alltime, size, rangetime); in parisc_setup_cache_timing()
495 threshold = L1_CACHE_ALIGN((unsigned long)((uint64_t)size * alltime / rangetime)); in parisc_setup_cache_timing()
524 alltime = mfctl(16); in parisc_setup_cache_timing()
526 alltime = mfctl(16) - alltime; in parisc_setup_cache_timing()
529 alltime, size, rangetime); in parisc_setup_cache_timing()
531 threshold = PAGE_ALIGN((num_online_cpus() * size * alltime) / rangetime); in parisc_setup_cache_timing()