Searched refs:target_min (Results 1 – 4 of 4) sorted by relevance
| /linux/include/net/ |
| H A D | red.h | 136 u32 target_min; /* min_th + 0.4*(max_th - min_th) */ member 257 p->target_min = qth_min + 2*delta; in red_set_parms() 458 else if (qavg < p->target_min && p->max_P >= MAX_P_MIN) in red_adaptative_algo()
|
| /linux/tools/sched_ext/ |
| H A D | scx_qmap.bpf.c | 955 u64 target_sum = 0, target_min = SCX_CPUPERF_ONE, target_max = 0; in BPF_STRUCT_OPS_SLEEPABLE() 974 target_min = target < target_min ? target : target_min; in BPF_STRUCT_OPS_SLEEPABLE() 985 qa.cpuperf_target_min = target_min; in BPF_STRUCT_OPS() 795 u64 target_sum = 0, target_min = SCX_CPUPERF_ONE, target_max = 0; monitor_cpuperf() local
|
| /linux/drivers/gpu/drm/sti/ |
| H A D | sti_hda.c | 615 int target_min = target - CLK_TOLERANCE_HZ; in sti_hda_connector_mode_valid() local 631 if ((result < target_min) || (result > target_max)) { in sti_hda_connector_mode_valid()
|
| /linux/drivers/mmc/host/ |
| H A D | sdhci-of-dwcmshc.c | 1169 int win_length, target_min, target_max, target_win_length; in cv18xx_sdhci_execute_tuning() 1200 target_min = min; in cv18xx_sdhci_execute_tuning() 1211 avg = (target_min + target_max) / 2; in cv18xx_sdhci_execute_tuning() 1171 int win_length, target_min, target_max, target_win_length; cv18xx_sdhci_execute_tuning() local
|