Searched refs:V_chd_qthresh (Results 1 – 1 of 1) sorted by relevance
126 #define V_chd_qthresh VNET(chd_qthresh) macro168 if (qdly < V_chd_qthresh) { in should_backoff()171 (V_chd_qthresh - V_chd_qmin)) * in should_backoff()174 if (qdly > V_chd_qthresh) { in should_backoff()176 (maxqdly - V_chd_qthresh)) * in should_backoff()368 if (!IN_RECOVERY(CCV(ccv, t_flags)) && qdly > V_chd_qthresh) { in chd_cong_signal()467 new = V_chd_qthresh; in chd_qthresh_handler()473 V_chd_qthresh = new; in chd_qthresh_handler()