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) macro61 sqe[1]->rw_flags = IORING_NOP_FIXED_BUFFER | IORING_NOP_INJECT_RESULT; in null_queue_zc_io()
22 #define NOP_FLAGS (IORING_NOP_INJECT_RESULT | IORING_NOP_FIXED_FILE | \33 if (nop->flags & IORING_NOP_INJECT_RESULT) in io_nop_prep()
442 #define IORING_NOP_INJECT_RESULT (1U << 0) macro