Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:compat_put_timeval

Proto:int compat_put_timeval(const struct timeval *tv, void __user *utv)

Type:int

Parameter:

TypeParameterName
const struct timeval *tv
void __user *utv
68  If COMPAT_USE_64BIT_TIME Then Return If copy_to_user(utv, tv, size of tv ) Then -EFAULT Else 0
70  Else Return __compat_put_timeval(tv, utv)