函数逻辑报告 |
Source Code:kernel\workqueue.c |
Create Date:2022-07-27 10:26:48 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:worker_leave_idle - leave idle state*@worker: worker which is leaving idle state*@worker is leaving idle state. Update stats.* LOCKING:* spin_lock_irq(pool->lock).
函数原型:static void worker_leave_idle(struct worker *worker)
返回类型:void
参数:
类型 | 参数 | 名称 |
---|---|---|
struct worker * | worker |
1802 | pool等于A: the associated pool |
1804 | 如果WARN_ON_ONCE(!(X: flags & WORKER_IDLE))则返回 |
1807 | L: currently idle workers 自减 |
1808 | 删除链表项并重新初始化 |
名称 | 描述 |
---|---|
worker_thread |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |