Home
last modified time | relevance | path

Searched refs:target_min (Results 1 – 4 of 4) sorted by relevance

/linux/include/net/
H A Dred.h136 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 Dscx_qmap.bpf.c955 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 Dsti_hda.c615 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 Dsdhci-of-dwcmshc.c1169 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