Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:include\linux\clocksource.h Create Date:2022-07-28 07:33:46
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:locksource_khz2mult - calculates mult from khz and shift*@khz: Clocksource frequency in KHz*@shift_constant: Clocksource shift factor* Helper functions that converts a khz counter frequency to a timsource* multiplier, given the clocksource shift value

Proto:static inline unsigned int clocksource_khz2mult(unsigned int khz, unsigned int shift_constant)

Type:unsigned int

Parameter:

TypeParameterName
unsigned intkhz
unsigned intshift_constant
154  Return clocksource_freq2mult(khz, shift_constant, NSEC_PER_MSEC)