Function report |
Source Code:fs\io_uring.c |
Create Date:2022-07-28 20:22:13 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:__io_accept
Proto:static int __io_accept(struct io_kiocb *req, struct io_kiocb **nxt, bool force_nonblock)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
struct io_kiocb * | req | |
struct io_kiocb ** | nxt | |
bool | force_nonblock |
2382 | file_flags = If force_nonblock Then O_NONBLOCK Else 0 |
2383 | ret = __sys_accept4_file(file, file_flags, addr, addr_len, flags) |
2385 | If ret == -EAGAIN && force_nonblock Then Return -EAGAIN |
2389 | If ret < 0 Then req_set_fail_links(req) |
2391 | io_cqring_add_event(req, ret) |
2393 | Return 0 |
Name | Describe |
---|---|
io_accept_finish | |
io_accept |
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 |