Home
last modified time | relevance | path

Searched refs:target_min (Results 1 – 3 of 3) 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.c795 u64 target_sum = 0, target_min = SCX_CPUPERF_ONE, target_max = 0; in monitor_cpuperf() local
833 target_min = cur < target_min ? cur : target_min; in monitor_cpuperf()
841 cpuperf_target_min = target_min; in monitor_cpuperf()
/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()