函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:locksource_max_adjustment- Returns max adjustment amount*@cs: Pointer to clocksource

函数原型:static unsigned int clocksource_max_adjustment(struct clocksource *cs)

返回类型:unsigned int

参数:

类型参数名称
struct clocksource *cs
646  ret等于mult乘11
647  do_div() is NOT a C function(ret, 100)
648  返回:ret
调用者
名称描述
__clocksource_update_freq_scale__clocksource_update_freq_scale - Used update clocksource with new freq*@cs: clocksource to be registered*@scale: Scale factor multiplied against freq to get clocksource hz*@freq: clocksource frequency (cycles per second) divided by scale