Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:ipc\mqueue.c Create Date:2022-07-28 16:51:02
Last Modify:2020-03-17 23:00:47 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:prepare_timeout

Proto:static int prepare_timeout(const struct __kernel_timespec __user *u_abs_timeout, struct timespec64 *ts)

Type:int

Parameter:

TypeParameterName
const struct __kernel_timespec __user *u_abs_timeout
struct timespec64 *ts
751  If get_timespec64(ts, u_abs_timeout) Then Return -EFAULT
753  If Not Returns true if the timespec64 is norm, false if denorm: Then Return -EINVAL
755  Return 0
Caller
NameDescribe
SYSCALL_DEFINE5
SYSCALL_DEFINE5