Searched refs:cq_adjust_threshold (Results 1 – 1 of 1) sorted by relevance
809 static const double cq_adjust_threshold = 0.1; in get_active_cq_level() local814 if (x < cq_adjust_threshold) { in get_active_cq_level()815 active_cq_level = (int)(active_cq_level * x / cq_adjust_threshold); in get_active_cq_level()