Home
last modified time | relevance | path

Searched refs:wss_threshold (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/drivers/infiniband/hw/hfi1/
Dverbs.c154 static uint wss_threshold; variable
155 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()