函数逻辑报告

Linux Kernel

v5.5.9

武松山

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

函数名称:ns_to_old_timeval32

函数原型:struct __kernel_old_timeval ns_to_old_timeval32(const s64 nsec)

返回类型:struct __kernel_old_timeval

参数:

类型参数名称
const s64nsec
497  ts等于纳秒转换到64位timespec时间
500  tv_sec等于 seconds
501  tv_usec等于 nanoseconds 除1000
503  返回:tv