函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\reboot.c Create Date:2022-07-27 10:33:41
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:rderly_reboot - Trigger an orderly system reboot* This may be called from any context to trigger a system reboot.* If the orderly reboot fails, it will force an immediate reboot.

函数原型:void orderly_reboot(void)

返回类型:void

参数:

517  schedule_work - put work task in global workqueue*@work: job to be done* Returns %false if @work was already on the kernel-global workqueue and* %true otherwise