Searched refs:io_uring_get_opcode (Results 1 – 4 of 4) sorted by relevance
| /linux-6.15/include/linux/ |
| H A D | io_uring.h | 13 const char *io_uring_get_opcode(u8 opcode); 41 static inline const char *io_uring_get_opcode(u8 opcode) in io_uring_get_opcode() function
|
| /linux-6.15/include/trace/events/ |
| H A D | io_uring.h | 155 __string( op_str, io_uring_get_opcode(req->opcode) ) 196 __string( op_str, io_uring_get_opcode(req->opcode) ) 296 __string( op_str, io_uring_get_opcode(req->opcode) ) 378 __string( op_str, io_uring_get_opcode(req->opcode) ) 422 __string( op_str, io_uring_get_opcode(req->opcode) ) 462 __string( op_str, io_uring_get_opcode(req->opcode) ) 514 __string( op_str, io_uring_get_opcode(sqe->opcode) )
|
| /linux-6.15/io_uring/ |
| H A D | fdinfo.c | 141 sq_idx, io_uring_get_opcode(sqe->opcode), sqe->fd, in __io_uring_show_fdinfo()
|
| H A D | opdef.c | 820 const char *io_uring_get_opcode(u8 opcode) in io_uring_get_opcode() function
|