函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:_override_clock - Compatibility layer for deprecated boot option*@str: override name* DEPRECATED! Takes a clock= boot argument and uses it* as the clocksource override name

函数原型:static int __init boot_override_clock(char *str)

返回类型:int

参数:

类型参数名称
char *str
1229  如果非字符串比较
1230  打印警告信息("clock=pmtmr is deprecated - use clocksource=acpi_pm\n")
1231  返回:_override_clocksource - boot clock override*@str: override name* Takes a clocksource= boot argument and uses it* as the clocksource override name.
1233  打印警告信息("clock= boot option is deprecated - use clocksource=xyz\n")
1234  返回:_override_clocksource - boot clock override*@str: override name* Takes a clocksource= boot argument and uses it* as the clocksource override name.