Home
last modified time | relevance | path

Searched refs:IORING_NOP_INJECT_RESULT (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/tools/testing/selftests/ublk/
H A Dnull.c5 #ifndef IORING_NOP_INJECT_RESULT
6 #define IORING_NOP_INJECT_RESULT (1U << 0) macro
61 sqe[1]->rw_flags = IORING_NOP_FIXED_BUFFER | IORING_NOP_INJECT_RESULT; in null_queue_zc_io()
/linux-6.15/io_uring/
H A Dnop.c22 #define NOP_FLAGS (IORING_NOP_INJECT_RESULT | IORING_NOP_FIXED_FILE | \
33 if (nop->flags & IORING_NOP_INJECT_RESULT) in io_nop_prep()
/linux-6.15/include/uapi/linux/
H A Dio_uring.h442 #define IORING_NOP_INJECT_RESULT (1U << 0) macro