函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:clocksource_enqueue_watchdog

函数原型:static void clocksource_enqueue_watchdog(struct clocksource *cs)

返回类型:void

参数:

类型参数名称
struct clocksource *cs
447  如果flags按位与Clock source flags bits::flags或等于CLOCK_SOURCE_VALID_FOR_HRES
调用者
名称描述
__clocksource_register_scale__clocksource_register_scale - Used to install new clocksources*@cs: clocksource to be registered*@scale: Scale factor multiplied against freq to get clocksource hz*@freq: clocksource frequency (cycles per second) divided by scale