函数逻辑报告 | 
Source Code:kernel\workqueue.c | 
Create Date:2022-07-27 10:26:29 | 
| Last Modify:2020-03-12 14:18:49 | Copyright©Brick | 
| 首页 | 函数Tree | 
| 注解内核,赢得工具 | 下载SCCT | English | 
函数名称:put_pwq_unlocked - put_pwq() with surrounding pool lock/unlock*@pwq: pool_workqueue to put (can be %NULL)* put_pwq() with locking. This function also allows %NULL @pwq.
函数原型:static void put_pwq_unlocked(struct pool_workqueue *pwq)
返回类型:void
参数:
| 类型 | 参数 | 名称 | 
|---|---|---|
| struct pool_workqueue * | pwq | 
| 1124 | 如果pwq则 | 
| 1129 | spin_lock_irq( & he pool lock ) | 
| 1131 | spin_unlock_irq( & he pool lock ) | 
| 名称 | 描述 | 
|---|---|
| apply_wqattrs_cleanup | the resources after success or abort | 
| wq_update_unbound_numa | wq_update_unbound_numa - update NUMA affinity of a wq for CPU hot[un]plug*@wq: the target workqueue*@cpu: the CPU coming up or going down*@online: whether @cpu is coming up or going down* This function is to be called from %CPU_DOWN_PREPARE, %CPU_ONLINE | 
| destroy_workqueue | destroy_workqueue - safely terminate a workqueue*@wq: target workqueue* Safely destroy a workqueue. All work currently pending will be done first. | 
| 源代码转换工具 开放的插件接口  | X | 
|---|---|
| 支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码  |