Function report |
Source Code:fs\io_uring.c |
Create Date:2022-07-28 20:22:14 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:io_poll_cancel
Proto:static int io_poll_cancel(struct io_ring_ctx *ctx, __u64 sqe_addr)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
struct io_ring_ctx * | ctx | |
__u64 | sqe_addr |
2534 | list = cancel_hash[hash_long(sqe_addr, cancel_hash_bits)] |
2537 | io_poll_remove_one(req) |
2538 | Return 0 |
2542 | Return -ENOENT |
Name | Describe |
---|---|
io_poll_remove | Find a running poll command that matches one specified in sqe->addr,* and remove it if found. |
io_async_find_and_cancel |
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 |