Home
last modified time | relevance | path

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

/linux-6.1.9/include/trace/events/
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) )
442 __assign_str(op_str, io_uring_get_opcode(req->opcode));
[all …]
/linux-6.1.9/include/linux/
Dio_uring.h48 const char *io_uring_get_opcode(u8 opcode);
94 static inline const char *io_uring_get_opcode(u8 opcode) in io_uring_get_opcode() function
/linux-6.1.9/io_uring/
Dfdinfo.c101 sq_idx, io_uring_get_opcode(sqe->opcode), sqe->fd, in __io_uring_show_fdinfo()
Dopdef.c535 const char *io_uring_get_opcode(u8 opcode) in io_uring_get_opcode() function