Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:SYSCALL_DEFINE2

Proto:SYSCALL_DEFINE2(timerfd_gettime, int, ufd, struct __kernel_itimerspec __user *, otmr)

Type:

Parameter:Nothing

560  ret = do_timerfd_gettime(ufd, & kotmr)
561  If ret Then Return ret
563  Return If put_itimerspec64( & kotmr, otmr) Then -EFAULT Else 0