Function report |
Source Code:fs\io-wq.c |
Create Date:2022-07-28 20:22:41 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:Doesn't wait for previously queued work to finish. When this completes,* it just means that previously queued work was started.
Proto:void io_wq_flush(struct io_wq *wq)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct io_wq * | wq |
1016 | for_each_node(node) |
1019 | If Not node_online(node) Then Continue |
1021 | init_completion( & done) |
1022 | INIT_IO_WORK( & work, io_wq_flush_func) |
1023 | flags |= IO_WQ_WORK_INTERNAL |
1024 | io_wqe_enqueue(wqe, & work) |
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 |