Lines Matching refs:threshold
393 unsigned long threshold; in parisc_setup_cache_timing() local
407 threshold = L1_CACHE_ALIGN(size * alltime / rangetime); in parisc_setup_cache_timing()
408 if (threshold > cache_info.dc_size) in parisc_setup_cache_timing()
409 threshold = cache_info.dc_size; in parisc_setup_cache_timing()
410 if (threshold) in parisc_setup_cache_timing()
411 parisc_cache_flush_threshold = threshold; in parisc_setup_cache_timing()
420 threshold = max(cache_info.it_size, cache_info.dt_size); in parisc_setup_cache_timing()
421 threshold *= PAGE_SIZE; in parisc_setup_cache_timing()
422 threshold /= num_online_cpus(); in parisc_setup_cache_timing()
443 threshold = PAGE_ALIGN((num_online_cpus() * size * alltime) / rangetime); in parisc_setup_cache_timing()
445 threshold/1024); in parisc_setup_cache_timing()
448 if (threshold > parisc_tlb_flush_threshold) in parisc_setup_cache_timing()
449 parisc_tlb_flush_threshold = threshold; in parisc_setup_cache_timing()