函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:suspend_test_finish

函数原型:void suspend_test_finish(const char *label)

返回类型:void

参数:

类型参数名称
const char *label
38  nj等于jiffiessuspend_test_start_time
41  msec等于Convert various time units to each other:
42  打印信息("PM: %s took %d.%03d seconds\n", label, msec / 1000, msec % 1000)
53  WARN(msec > (We test the system suspend code by setting an RTC wakealarm a short* time in the future, then suspending * 1000), "Component: %s, time: %u\n", label, msec)
调用者
名称描述
suspend_devices_and_entersuspend_devices_and_enter - Suspend devices and enter system sleep state.*@state: System sleep state to enter.