Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:clock_t_to_jiffies

Proto:unsigned long clock_t_to_jiffies(unsigned long x)

Type:unsigned long

Parameter:

TypeParameterName
unsigned longx
729  If x >= ~0UL / HZ / USER_HZ Then Return ~0UL
731  Return x * HZ / USER_HZ
Caller
NameDescribe
clock_t_to_compat_clock_t
scsi_cmd_ioctl