Searched refs:rangetime (Results 1 – 1 of 1) sorted by relevance
372 unsigned long rangetime, alltime; in parisc_setup_cache_timing() local381 rangetime = mfctl(16); in parisc_setup_cache_timing()383 rangetime = mfctl(16) - rangetime; in parisc_setup_cache_timing()386 alltime, size, rangetime); in parisc_setup_cache_timing()388 threshold = L1_CACHE_ALIGN(size * alltime / rangetime); in parisc_setup_cache_timing()413 rangetime = mfctl(16); in parisc_setup_cache_timing()419 rangetime = mfctl(16) - rangetime; in parisc_setup_cache_timing()422 alltime, size, rangetime); in parisc_setup_cache_timing()424 threshold = PAGE_ALIGN(num_online_cpus() * size * alltime / rangetime); in parisc_setup_cache_timing()