Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/infiniband/sw/rdmavt/
H A Dqp.c2870 bool cacheless_copy = false; in rvt_copy_sge() local
2876 cacheless_copy = length >= PAGE_SIZE; in rvt_copy_sge()
2888 cacheless_copy = wss_exceeds_threshold(wss); in rvt_copy_sge()
2912 } else if (cacheless_copy) { in rvt_copy_sge()
/kernel/linux/linux-6.6/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()

Completed in 8 milliseconds