Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:We could use a similar algorithm to timespec_to_jiffies (with a* different multiplier for usec instead of nsec)

Proto:unsigned long timeval_to_jiffies(const struct timeval *value)

Type:unsigned long

Parameter:

TypeParameterName
const struct timeval *value
690  Return __timespec_to_jiffies( seconds , microseconds * NSEC_PER_USEC)