Searched refs:decay (Results 1 – 10 of 10) sorted by relevance
| /linux/tools/sched_ext/include/scx/ |
| H A D | common.bpf.h | 722 * @old and @new values. @decay represents how large the @old value remains. in log2_u64() 723 * With a larger @decay value, the moving average changes slowly, exhibiting in log2_u64() 726 #define __calc_avg(old, new, decay) ({ \ 727 typeof(decay) thr = 1 << (decay); \ 735 ret = ((old) - ((old) >> (decay))) + ((new) >> (decay)); \ in __sqrt_u64() 681 __calc_avg(old,new,decay) global() argument
|
| /linux/include/uapi/sound/ |
| H A D | asound_fm.h | 40 unsigned char decay; /* 4 bits: decay rate */ member
|
| /linux/sound/pci/asihpi/ |
| H A D | hpi.h | 1382 u16 hpi_meter_set_peak_ballistics(u32 h_control, u16 attack, u16 decay); 1384 u16 hpi_meter_set_rms_ballistics(u32 h_control, u16 attack, u16 decay); 1386 u16 hpi_meter_get_peak_ballistics(u32 h_control, u16 *attack, u16 *decay); 1388 u16 hpi_meter_get_rms_ballistics(u32 h_control, u16 *attack, u16 *decay); 1624 u32 decay);
|
| H A D | hpifunc.c | 1900 u32 decay) in hpi_compander_set_decay_time_constant() argument 1902 return hpi_control_param_set(h_control, HPI_COMPANDER_DECAY, decay, in hpi_compander_set_decay_time_constant() 1907 u32 *decay) in hpi_compander_get_decay_time_constant() argument 1910 decay, NULL); in hpi_compander_get_decay_time_constant() 2062 u16 hpi_meter_set_rms_ballistics(u32 h_control, u16 attack, u16 decay) in hpi_meter_set_rms_ballistics() argument 2065 attack, decay); in hpi_meter_set_rms_ballistics() 2071 u32 decay; in hpi_meter_get_rms_ballistics() local 2075 &attack, &decay); in hpi_meter_get_rms_ballistics() 2080 *pn_decay = (unsigned short)decay; in hpi_meter_get_rms_ballistics() 2085 u16 hpi_meter_set_peak_ballistics(u32 h_control, u16 attack, u16 decay) in hpi_meter_set_peak_ballistics() argument [all …]
|
| /linux/Documentation/scheduler/ |
| H A D | sched-eevdf.rst | 29 lag to decay over VRT. Hence, long-sleeping tasks eventually have their lag
|
| H A D | schedutil.rst | 102 highest. UTIL_EST filters to instantly increase and only decay on decrease.
|
| /linux/sound/synth/emux/ |
| H A D | soundfont.c | 1050 int attack, hold, decay, release; in load_guspatch() local 1056 decay = calc_gus_envelope_time in load_guspatch() 1072 snd_sf_calc_parm_decay(decay); in load_guspatch()
|
| /linux/sound/drivers/opl3/ |
| H A D | opl3_synth.c | 500 reg_val |= voice->decay & OPL3_DECAY_MASK; in snd_opl3_set_voice()
|
| /linux/Documentation/admin-guide/ |
| H A D | kernel-parameters.txt | 6798 [KNL, SMP] Set a decay shift for scheduler thermal 6800 default decay period of other scheduler pelt 6802 sched_thermal_decay_shift will left shift the decay 6805 i.e. with the default pelt decay period of 32 ms 6806 sched_thermal_decay_shift thermal pressure decay pr
|
| H A D | cgroup-v2.rst | 2307 This is an exponential moving average with a decay rate of 1/exp 2308 bound by the sampling interval. The decay rate interval can be
|