Home
last modified time | relevance | path

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

/linux/drivers/infiniband/sw/rdmavt/
H A Dqp.c2819 bool cacheless_copy = false; in rvt_copy_sge() local
2825 cacheless_copy = length >= PAGE_SIZE; in rvt_copy_sge()
2837 cacheless_copy = wss_exceeds_threshold(wss); in rvt_copy_sge()
2861 } else if (cacheless_copy) { in rvt_copy_sge()