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.c2817 bool cacheless_copy = false; in rvt_copy_sge() local
2823 cacheless_copy = length >= PAGE_SIZE; in rvt_copy_sge()
2835 cacheless_copy = wss_exceeds_threshold(wss); in rvt_copy_sge()
2859 } else if (cacheless_copy) { in rvt_copy_sge()