函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:include\linux\time64.h Create Date:2022-07-27 06:38:30
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:Returns true if the timespec64 is norm, false if denorm:

函数原型:static inline bool timespec64_valid(const struct timespec64 *ts)

返回类型:bool

参数:

类型参数名称
const struct timespec64 *ts
98  如果 seconds 小于0则返回:false
101  如果 nanoseconds 大于等于NSEC_PER_SEC则返回:false
103  返回:true
调用者
名称描述
do_sigtimedwaitdo_sigtimedwait - wait for queued signals specified in @which*@which: queued signals to wait for*@info: if non-null, the signal's siginfo is returned here*@ts: upper bound on process time suspension
do_timer_settime
SYSCALL_DEFINE4
SYSCALL_DEFINE4
SYSCALL_DEFINE6
prepare_timeout
poll_select_set_timeoutpoll_select_set_timeout - helper function to setup the timeout value*@to: pointer to timespec64 variable for the final timeout*@sec: seconds (from user space)*@nsec: nanoseconds (from user space)* Note, we do not use a timespec for the user space value
timespec64_valid_strict
timespec64_valid_settod
itimerspec64_valid