Searched refs:cq_adjust_threshold (Results 1 – 2 of 2) sorted by relevance
1098 static const double cq_adjust_threshold = 0.1; in get_active_cq_level_one_pass() local1102 if (x < cq_adjust_threshold) { in get_active_cq_level_one_pass()1103 active_cq_level = (int)(active_cq_level * x / cq_adjust_threshold); in get_active_cq_level_one_pass()1114 static const double cq_adjust_threshold = 0.1; in get_active_cq_level_two_pass() local1124 if (x < cq_adjust_threshold) { in get_active_cq_level_two_pass()1125 active_cq_level = (int)(active_cq_level * x / cq_adjust_threshold); in get_active_cq_level_two_pass()
870 static const double cq_adjust_threshold = 0.1; in get_active_cq_level() local892 if (x < cq_adjust_threshold) { in get_active_cq_level()893 active_cq_level = (int)(active_cq_level * x / cq_adjust_threshold); in get_active_cq_level()