函数逻辑报告 |
Source Code:kernel\workqueue.c |
Create Date:2022-07-27 10:23:53 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:bound_pwq_by_node - return the unbound pool_workqueue for the given node*@wq: the target workqueue*@node: the node ID* This must be called with any of wq_pool_mutex, wq->mutex or RCU* read locked
函数原型:static struct pool_workqueue *unbound_pwq_by_node(struct workqueue_struct *wq, int node)
返回类型:struct pool_workqueue
参数:
类型 | 参数 | 名称 |
---|---|---|
struct workqueue_struct * | wq | |
int | node |
569 | 如果此条件成立可能性小(为编译器优化)(node == NUMA_NO_NODE)则返回:PW: only for unbound wqs |
名称 | 描述 |
---|---|
__queue_work | |
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 |
workqueue_congested | workqueue_congested - test whether a workqueue is congested*@cpu: CPU in question*@wq: target workqueue* Test whether @wq's cpu workqueue for @cpu is congested. There is* no synchronization around this function and the test result is |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |