Function report |
Source Code:fs\io_uring.c |
Create Date:2022-07-28 20:22:22 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:io_ring_ctx_wait_and_kill
Proto:static void io_ring_ctx_wait_and_kill(struct io_ring_ctx *ctx)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct io_ring_ctx * | ctx |
4998 | mutex_lock( & uring_lock) |
5010 | cpu_relax() |
5012 | io_kill_timeouts(ctx) |
5013 | io_poll_remove_all(ctx) |
5015 | If IO offload Then io_wq_cancel_all( IO offload ) |
5018 | We can't just wait for polled events to come to us, we have to actively* find and complete them. |
5023 | io_ring_ctx_free(ctx) |
Name | Describe |
---|---|
io_uring_release | |
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 |