Function report |
Source Code:fs\io-wq.c |
Create Date:2022-07-28 20:22:38 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:We need a worker. If we find a free one, we're good. If not, and we're* below the max number of workers, wake up the manager to create one.
Proto:static void io_wqe_wake_worker(struct io_wqe *wqe, struct io_wqe_acct *acct)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct io_wqe * | wqe | |
struct io_wqe_acct * | acct |
284 | WARN_ON_ONCE(!max_workers) |
287 | ret = Check head of free list for an available worker. If one isn't available,* caller must wake up the wq manager to create one. |
Name | Describe |
---|---|
io_wqe_dec_running | |
io_wqe_enqueue |
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 |