Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:__put_old_timespec32

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

Type:int

Parameter:

TypeParameterName
const struct timespec64 *ts64
struct old_timespec32 __user *cts
926  struct old_timespec32 ts = {tv_sec = seconds , tv_nsec = nanoseconds }
930  Return If copy_to_user(cts, & ts, size of ts ) Then -EFAULT Else 0
Caller
NameDescribe
put_old_timespec32
put_old_itimerspec32