函数逻辑报告 |
Source Code:kernel\workqueue.c |
Create Date:2022-07-27 10:28:10 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称: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
函数原型:unsigned int work_busy(struct work_struct *work)
返回类型:unsigned int
参数:
类型 | 参数 | 名称 |
---|---|---|
struct work_struct * | work |
4549 | ret等于0 |
4551 | 如果work_pending - Find out whether a work item is currently pending*@work: The work item in question(work)则ret或等于WORK_BUSY_PENDING |
4556 | 如果pool则 |
4557 | spin_lock_irqsave( & he pool lock , flags) |
4560 | spin_unlock_irqrestore( & he pool lock , flags) |
4564 | 返回:ret |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |