Home
last modified time | relevance | path

Searched refs:zc_used (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()
36 if (success && !nd->zc_used && skb) in io_uring_tx_zerocopy_callback()
37 WRITE_ONCE(nd->zc_used, true); in io_uring_tx_zerocopy_callback()
69 nd->zc_report = nd->zc_used = nd->zc_copied = false; in io_alloc_notif()
Dnotif.h17 bool zc_used; member