函数逻辑报告 |
Source Code:kernel\workqueue.c |
Create Date:2022-07-27 10:27:38 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:Scheduled on system_wq by put_pwq() when an unbound pwq hits zero refcnt* and needs to be destroyed.
函数原型:static void pwq_unbound_release_workfn(struct work_struct *work)
返回类型:void
参数:
类型 | 参数 | 名称 |
---|---|---|
struct work_struct * | work |
3653 | wq等于I: the owning workqueue |
3654 | pool等于I: the associated pool |
3660 | mutex_lock( & protects this wq ) |
3661 | 删除不需要重新初始化的列表项 |
3663 | mutex_unlock( & protects this wq ) |
3665 | mutex_lock( & wq_pool_mutex) |
3667 | mutex_unlock( & wq_pool_mutex) |
3675 | 如果is_last则 |
3676 | wq_unregister_lockdep(wq) |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |