Home
last modified time | relevance | path

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

/openbmc/linux/io_uring/
H A Dnotif.c17 if (nd->zc_report && (nd->zc_copied || !nd->zc_used)) in io_notif_complete_tw_ext()
45 else if (!success && !nd->zc_copied) in io_tx_ubuf_callback_ext()
46 WRITE_ONCE(nd->zc_copied, true); in io_tx_ubuf_callback_ext()
59 nd->zc_copied = false; in io_notif_set_extended()
H A Dnotif.h19 bool zc_copied; member