函数逻辑报告 |
Source Code:kernel\kexec_core.c |
Create Date:2022-07-27 12:04:37 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:Move into place and start executing a preloaded standalone* executable. If nothing was preloaded return an error.
函数原型:int kernel_kexec(void)
返回类型:int
参数:无
1121 | error等于0 |
1123 | 如果非mutex_trylock - try to acquire the mutex, without waiting*@lock: the mutex to be acquired* Try to acquire the mutex atomically则返回:负EBUSY |
1125 | 如果非kexec_image则 |
1127 | 转到:Unlock |
1164 | kernel_restart_prepare(NULL) |
1165 | migrate_to_reboot_cpu() |
1173 | cpu_hotplug_enable() |
1175 | machine_shutdown() |
1199 | Unlock : |
1201 | 返回:error |
名称 | 描述 |
---|---|
SYSCALL_DEFINE4 | Reboot system call: for obvious reasons only root may call it,* and even root needs to set up some magic numbers in the registers* so that some mistake won't make this reboot the whole machine.* You can also set the meaning of the ctrl-alt-del-key here. |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |