Searched refs:wss_threshold (Results 1 – 1 of 1) sorted by relevance
154 static uint wss_threshold; variable155 module_param(wss_threshold, uint, S_IRUGO);156 MODULE_PARM_DESC(wss_threshold, "Percentage (1-100) of LLC to use as a threshold for a cacheless co…183 if (wss_threshold < 1 || wss_threshold > 100) in hfi1_wss_init()184 wss_threshold = 80; in hfi1_wss_init()205 wss.threshold = (llc_bits * wss_threshold) / 100; in hfi1_wss_init()