Searched refs:wss_threshold (Results 1 – 3 of 3) sorted by relevance
129 unsigned int wss_threshold; member
151 static uint wss_threshold = 80; variable152 module_param(wss_threshold, uint, S_IRUGO);153 MODULE_PARM_DESC(wss_threshold, "Percentage (1-100) of LLC to use as a threshold for a cacheless co…1912 dd->verbs_dev.rdi.dparms.wss_threshold = wss_threshold; in hfi1_register_ib_device()
167 unsigned int wss_threshold = rdi->dparms.wss_threshold; in rvt_wss_init() local187 if (wss_threshold < 1 || wss_threshold > 100) in rvt_wss_init()188 wss_threshold = 80; in rvt_wss_init()211 wss->threshold = (llc_bits * wss_threshold) / 100; in rvt_wss_init()