Searched refs:rangetime (Results 1 – 1 of 1) sorted by relevance
389 unsigned long rangetime, alltime; in parisc_setup_cache_timing() local398 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()