Searched refs:IORING_NOP_INJECT_RESULT (Results 1 – 3 of 3) sorted by relevance
5 #ifndef IORING_NOP_INJECT_RESULT6 #define IORING_NOP_INJECT_RESULT (1U << 0) macro54 sqe->rw_flags = IORING_NOP_FIXED_BUFFER | IORING_NOP_INJECT_RESULT; in __setup_nop_io()
24 #define NOP_FLAGS (IORING_NOP_INJECT_RESULT | IORING_NOP_FIXED_FILE | \36 if (nop->flags & IORING_NOP_INJECT_RESULT) in io_nop_prep()
483 #define IORING_NOP_INJECT_RESULT (1U << 0) macro