Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\time\time.c Create Date:2022-07-28 10:38:39
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:int put_old_timespec32(const struct timespec64 *ts, void __user *uts)

Type:int

Parameter:

TypeParameterName
const struct timespec64 *ts
void __user *uts
944  If COMPAT_USE_64BIT_TIME Then Return If copy_to_user(uts, ts, size of ts ) Then -EFAULT Else 0
946  Else Return __put_old_timespec32(ts, uts)