Home
last modified time | relevance | path

Searched refs:IORING_CQE_F_NOTIF (Results 1 – 4 of 4) sorted by relevance

/linux/tools/testing/selftests/net/
H A Dio_uring_zerocopy_tx.c165 if (cqe->flags & IORING_CQE_F_NOTIF) { in do_tx()
196 if (!(cqe->flags & IORING_CQE_F_NOTIF)) in do_tx()
/linux/tools/include/uapi/linux/
H A Dio_uring.h416 #define IORING_CQE_F_NOTIF (1U << 3) macro
/linux/include/uapi/linux/
H A Dio_uring.h456 #define IORING_CQE_F_NOTIF (1U << 3) macro
/linux/io_uring/
H A Dnet.c1239 notif->cqe.flags = IORING_CQE_F_NOTIF; in io_send_zc_prep()