函数逻辑报告 |
Source Code:kernel\workqueue.c |
Create Date:2022-07-27 10:26:27 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:d_worker_executing_work - find worker which is executing a work*@pool: pool of interest*@work: work to find worker for* Find a worker which is executing @work on @pool by searching*@pool->busy_hash which is keyed by the address of @work
函数原型:static struct worker *find_worker_executing_work(struct worker_pool *pool, struct work_struct *work)
返回类型:struct worker
参数:
类型 | 参数 | 名称 |
---|---|---|
struct worker_pool * | pool | |
struct work_struct * | work |
1029 | 如果L: work being processed 恒等于work且L: current_work's fn 恒等于func则返回:worker |
1033 | 返回:NULL |
名称 | 描述 |
---|---|
__queue_work | |
process_one_work | process_one_work - process single work*@worker: self*@work: work to process* Process @work |
start_flush_work | |
work_busy | work_busy - test whether a work is currently pending or running*@work: the work to be tested* Test whether @work is currently pending or running. There is no* synchronization around this function and the test result is |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |