Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:compat_get_timespec

Proto:int compat_get_timespec(struct timespec *ts, const void __user *uts)

Type:int

Parameter:

TypeParameterName
struct timespec *ts
const void __user *uts
77  If COMPAT_USE_64BIT_TIME Then Return If copy_from_user(ts, uts, size of ts ) Then -EFAULT Else 0
79  Else Return __compat_get_timespec(ts, uts)