Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/trace/events/
A Dio_uring.h155 __string( op_str, io_uring_get_opcode(req->opcode) )
167 __assign_str(op_str, io_uring_get_opcode(req->opcode));
196 __string( op_str, io_uring_get_opcode(req->opcode) )
205 __assign_str(op_str, io_uring_get_opcode(req->opcode));
296 __string( op_str, io_uring_get_opcode(req->opcode) )
306 __assign_str(op_str, io_uring_get_opcode(req->opcode));
386 __string( op_str, io_uring_get_opcode(req->opcode) )
398 __assign_str(op_str, io_uring_get_opcode(req->opcode));
431 __string( op_str, io_uring_get_opcode(req->opcode) )
471 __string( op_str, io_uring_get_opcode(req->opcode) )
[all …]
/linux-6.3-rc2/include/linux/
A Dio_uring.h49 const char *io_uring_get_opcode(u8 opcode);
95 static inline const char *io_uring_get_opcode(u8 opcode) in io_uring_get_opcode() function
/linux-6.3-rc2/io_uring/
A Dfdinfo.c99 sq_idx, io_uring_get_opcode(sqe->opcode), sqe->fd, in __io_uring_show_fdinfo()
A Dopdef.c653 const char *io_uring_get_opcode(u8 opcode) in io_uring_get_opcode() function

Completed in 8 milliseconds