Searched refs:asym_threshold (Results 1 – 1 of 1) sorted by relevance
39 static unsigned int asym_threshold = TB_ASYM_THRESHOLD; variable40 module_param_named(asym_threshold, asym_threshold, uint, 0444);41 MODULE_PARM_DESC(asym_threshold,1121 if (!asym_threshold) in tb_configure_asym()1154 if (consumed_down + requested_down < asym_threshold) in tb_configure_asym()1164 if (consumed_up + requested_up < asym_threshold) in tb_configure_asym()1217 if (!asym_threshold) in tb_configure_sym()1252 if (consumed_down + requested_down >= asym_threshold) in tb_configure_sym()1255 if (consumed_up + requested_up >= asym_threshold) in tb_configure_sym()