Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/infiniband/hw/hfi1/
Dverbs.c458 bool cacheless_copy = false; in hfi1_copy_sge() local
461 cacheless_copy = length >= PAGE_SIZE; in hfi1_copy_sge()
473 cacheless_copy = wss_exceeds_threshold(); in hfi1_copy_sge()
496 } else if (cacheless_copy) { in hfi1_copy_sge()