Function report |
Source Code:fs\io_uring.c |
Create Date:2022-07-28 20:22:23 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:Allocate an anonymous fd, this is what constitutes the application* visible backing of an io_uring instance. The application mmaps this* fd to gain access to the SQ/CQ ring details. If UNIX sockets are enabled,
Proto:static int io_uring_get_fd(struct io_ring_ctx *ctx)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
struct io_ring_ctx * | ctx |
5290 | ret = get_unused_fd_flags(O_RDWR | O_CLOEXEC) |
5306 | fd_install(ret, file) |
5307 | Return ret |
5308 | err : |
5313 | Return ret |
Name | Describe |
---|---|
io_uring_create |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |