Searched refs:prev_delta (Results 1 – 5 of 5) sorted by relevance
107 int prev_delta; in ath9k_check_chirping() local154 prev_delta = 0; in ath9k_check_chirping()167 ddelta = delta - prev_delta; in ath9k_check_chirping()176 prev_delta = delta; in ath9k_check_chirping()
713 ApplySimpleSoftening(double prev_delta, double delta) in ApplySimpleSoftening() argument718 if (delta > prev_delta) in ApplySimpleSoftening()720 else if (delta < prev_delta) in ApplySimpleSoftening()
448 u32 delta = UINT_MAX, prev_delta = UINT_MAX, best_delta = UINT_MAX; in cpdma_chan_set_factors() local488 if (prev_delta >= delta) { in cpdma_chan_set_factors()489 prev_delta = delta; in cpdma_chan_set_factors()498 prev_delta = UINT_MAX; in cpdma_chan_set_factors()
6683 unsigned long prev_delta = ULONG_MAX, best_delta = ULONG_MAX; in find_energy_efficient_cpu() local6763 prev_delta = compute_energy(p, prev_cpu, pd); in find_energy_efficient_cpu()6764 prev_delta -= base_energy_pd; in find_energy_efficient_cpu()6765 best_delta = min(best_delta, prev_delta); in find_energy_efficient_cpu()6767 if (prev_delta == best_delta) in find_energy_efficient_cpu()6838 if (prev_delta == ULONG_MAX) in find_energy_efficient_cpu()6841 if ((prev_delta - best_delta) > ((prev_delta + base_energy) >> 4)) in find_energy_efficient_cpu()6864 if ((best_delta2 <= prev_delta) || in find_energy_efficient_cpu()6865 ((best_delta2 - prev_delta) < ((prev_delta + base_energy) >> 5))) in find_energy_efficient_cpu()
94147 dix: rename od, d to prev_delta, delta