函数逻辑报告 |
Source Code:kernel\workqueue.c |
Create Date:2022-07-27 10:27:28 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:schedule_on_each_cpu - execute a function synchronously on each online CPU*@func: the function to call* schedule_on_each_cpu() executes @func on each online CPU using the* system workqueue and blocks until all CPUs have completed.
函数原型:int schedule_on_each_cpu(work_func_t func)
返回类型:int
参数:
类型 | 参数 | 名称 |
---|---|---|
work_func_t | func |
3280 | works等于alloc_percpu(structwork_struct) |
3284 | get_online_cpus() |
3296 | put_online_cpus() |
3297 | 释放内存 |
3298 | 返回:0 |
名称 | 描述 |
---|---|
klp_synchronize_transition | We allow to patch also functions where RCU is not watching,* e |
update_ftrace_function |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |