Searched refs:wss_threshold (Results 1 – 3 of 3) sorted by relevance
109 static uint wss_threshold = 80; variable110 module_param(wss_threshold, uint, S_IRUGO);111 MODULE_PARM_DESC(wss_threshold, "Percentage (1-100) of LLC to use as a threshold for a cacheless co…1854 dd->verbs_dev.rdi.dparms.wss_threshold = wss_threshold; in hfi1_register_ib_device()
129 unsigned int wss_threshold; member
125 unsigned int wss_threshold = rdi->dparms.wss_threshold; in rvt_wss_init() local145 if (wss_threshold < 1 || wss_threshold > 100) in rvt_wss_init()146 wss_threshold = 80; in rvt_wss_init()169 wss->threshold = (llc_bits * wss_threshold) / 100; in rvt_wss_init()