函数逻辑报告 | 
Source Code:arch\x86\kernel\cpu\microcode\core.c | 
Create Date:2022-07-27 09:07:51 | 
| Last Modify:2020-03-16 20:13:29 | Copyright©Brick | 
| 首页 | 函数Tree | 
| 注解内核,赢得工具 | 下载SCCT | English | 
函数名称:__wait_for_cpus
函数原型:static int __wait_for_cpus(atomic_t *t, long long timeout)
返回类型:int
参数:
| 类型 | 参数 | 名称 | 
|---|---|---|
| atomic_t * | t | |
| long long | timeout | 
| 526 | all_cpus等于num_online_cpus() | 
| 528 | atomic_inc(t) | 
| 530 | 当atomic_read(t)小于all_cpus循环 | 
| 532 | 打印错误信息("Timeout while waiting for CPUs rendezvous, remaining: %d\n", all_cpus - atomic_read(t)) | 
| 534 | 返回:1 | 
| 542 | 返回:0 | 
| 名称 | 描述 | 
|---|---|
| __reload_late | Returns:* < 0 - on error* 0 - no update done* 1 - microcode was updated | 
| 源代码转换工具 开放的插件接口  | X | 
|---|---|
| 支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码  |