Searched refs:cq_adjust_threshold (Results 1 – 2 of 2) sorted by relevance
1085 static const double cq_adjust_threshold = 0.1; in get_active_cq_level_one_pass() local1089 if (x < cq_adjust_threshold) { in get_active_cq_level_one_pass()1090 active_cq_level = (int)(active_cq_level * x / cq_adjust_threshold); in get_active_cq_level_one_pass()1101 static const double cq_adjust_threshold = 0.1; in get_active_cq_level_two_pass() local1111 if (x < cq_adjust_threshold) { in get_active_cq_level_two_pass()1112 active_cq_level = (int)(active_cq_level * x / cq_adjust_threshold); in get_active_cq_level_two_pass()
816 static const double cq_adjust_threshold = 0.1; in get_active_cq_level() local831 if (x < cq_adjust_threshold) { in get_active_cq_level()832 active_cq_level = (int)(active_cq_level * x / cq_adjust_threshold); in get_active_cq_level()