函数逻辑报告 |
Source Code:kernel\smpboot.c |
Create Date:2022-07-27 10:34:31 |
| Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
| 首页 | 函数Tree |
| 注解内核,赢得工具 | 下载SCCT | English |
函数名称:smpboot_register_percpu_thread - Register a per_cpu thread related* to hotplug*@plug_thread: Hotplug thread descriptor* Creates and starts the threads on all online cpus.
函数原型:int smpboot_register_percpu_thread(struct smp_hotplug_thread *plug_thread)
返回类型:int
参数:
| 类型 | 参数 | 名称 |
|---|---|---|
| struct smp_hotplug_thread * | plug_thread |
| 292 | ret等于0 |
| 294 | get_online_cpus() |
| 295 | mutex_lock( & smpboot_threads_lock) |
| 304 | 添加链表项 |
| 305 | out : |
| 306 | mutex_unlock( & smpboot_threads_lock) |
| 307 | put_online_cpus() |
| 308 | 返回:ret |
| 名称 | 描述 |
|---|---|
| rcu_spawn_core_kthreads | Spawn per-CPU RCU core processing kthreads. |
| cpu_stop_init | |
| spawn_ksoftirqd |
| 源代码转换工具 开放的插件接口 | X |
|---|---|
| 支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |