Home
last modified time | relevance | path

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

/linux-6.1.9/io_uring/
Dnotif.c22 if (nd->zc_report && (nd->zc_copied || !nd->zc_used)) in __io_notif_complete_tw()
38 else if (!success && !nd->zc_copied) in io_uring_tx_zerocopy_callback()
39 WRITE_ONCE(nd->zc_copied, true); in io_uring_tx_zerocopy_callback()
69 nd->zc_report = nd->zc_used = nd->zc_copied = false; in io_alloc_notif()
Dnotif.h18 bool zc_copied; member