Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:__get_old_timespec32

Proto:static int __get_old_timespec32(struct timespec64 *ts64, const struct old_timespec32 __user *cts)

Type:int

Parameter:

TypeParameterName
struct timespec64 *ts64
const struct old_timespec32 __user *cts
913  ret = copy_from_user( & ts, cts, size of ts )
914  If ret Then Return -EFAULT
917  seconds = tv_sec
918  nanoseconds = tv_nsec
920  Return 0
Caller
NameDescribe
get_old_timespec32
get_old_itimerspec32