Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:Returns true if the timespec64 is norm, false if denorm:

Proto:static inline bool timespec64_valid(const struct timespec64 *ts)

Type:bool

Parameter:

TypeParameterName
const struct timespec64 *ts
98  If seconds < 0 Then Return false
101  If nanoseconds >= NSEC_PER_SEC Then Return false
103  Return true
Caller
NameDescribe
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