Searched refs:io_uring_get_opcode (Results 1 – 4 of 4) sorted by relevance
/linux-6.3-rc2/include/trace/events/ |
A D | io_uring.h | 155 __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 D | io_uring.h | 49 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 D | fdinfo.c | 99 sq_idx, io_uring_get_opcode(sqe->opcode), sqe->fd, in __io_uring_show_fdinfo()
|
A D | opdef.c | 653 const char *io_uring_get_opcode(u8 opcode) in io_uring_get_opcode() function
|
Completed in 8 milliseconds