Searched refs:cq_adjust_threshold (Results 1 – 1 of 1) sorted by relevance
625 static const double cq_adjust_threshold = 0.5; in get_active_cq_level() local630 if (x < cq_adjust_threshold) { in get_active_cq_level()631 active_cq_level = (int)(active_cq_level * x / cq_adjust_threshold); in get_active_cq_level()