函数逻辑报告 |
Source Code:fs\io-wq.c |
Create Date:2022-07-29 10:55:36 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:Check head of free list for an available worker. If one isn't available,* caller must wake up the wq manager to create one.
函数原型:static bool io_wqe_activate_free_worker(struct io_wqe *wqe)__must_hold(RCU)
返回类型:bool
参数:
类型 | 参数 | 名称 |
---|---|---|
struct io_wqe * | wqe |
259 | 如果判定指针为空则返回:false |
262 | worker等于hlist_nulls_entry(n, structio_worker, nulls_node) |
263 | 如果io_worker_get(worker)则 |
269 | 返回:false |
名称 | 描述 |
---|---|
io_wqe_wake_worker | 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. |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |