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