函数逻辑报告 |
Source Code:kernel\workqueue.c |
Create Date:2022-07-27 10:27:42 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:btain a pool matching @attr and create a pwq associating the pool and @wq
函数原型:static struct pool_workqueue *alloc_unbound_pwq(struct workqueue_struct *wq, const struct workqueue_attrs *attrs)
返回类型:struct pool_workqueue
参数:
类型 | 参数 | 名称 |
---|---|---|
struct workqueue_struct * | wq | |
const struct workqueue_attrs * | attrs |
3775 | lockdep_assert_held( & wq_pool_mutex) |
3778 | 如果非pool则返回:NULL |
3781 | pwq等于在指定节点上分配一个对象 |
3782 | 如果非pwq则 |
3788 | 返回:pwq |
名称 | 描述 |
---|---|
apply_wqattrs_prepare | allocate the attrs and pwqs for later installation |
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 |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |