函数逻辑报告 |
Source Code:kernel\workqueue.c |
Create Date:2022-07-27 10:28:07 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:workqueue_set_max_active - adjust max_active of a workqueue*@wq: target workqueue*@max_active: new max_active value.* Set max_active of @wq to @max_active.* CONTEXT:* Don't call from IRQ context.
函数原型:void workqueue_set_max_active(struct workqueue_struct *wq, int max_active)
返回类型:void
参数:
类型 | 参数 | 名称 |
---|---|---|
struct workqueue_struct * | wq | |
int | max_active |
4444 | 如果WARN_ON(hot fields used during command issue, aligned to cacheline & __WQ_ORDERED_EXPLICIT)则返回 |
4447 | max_active等于wq_clamp_max_active(max_active, hot fields used during command issue, aligned to cacheline , I: workqueue name ) |
4449 | mutex_lock( & protects this wq ) |
4457 | mutex_unlock( & protects this wq ) |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |