Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\time\clocksource.c Create Date:2022-07-28 10:44:09
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:locksource_max_adjustment- Returns max adjustment amount*@cs: Pointer to clocksource

Proto:static unsigned int clocksource_max_adjustment(struct clocksource *cs)

Type:unsigned int

Parameter:

TypeParameterName
struct clocksource *cs
646  ret = mult * 11
647  do_div() is NOT a C function(ret, 100)
648  Return ret
Caller
NameDescribe
__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