Function report |
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 activity | Download SCCT | Chinese |
Name:SYSCALL_DEFINE4
Proto:SYSCALL_DEFINE4(timerfd_settime, int, ufd, int, flags, const struct __kernel_itimerspec __user *, utmr, struct __kernel_itimerspec __user *, otmr)
Type:
Parameter:Nothing
546 | If get_itimerspec64( & new, utmr) Then Return -EFAULT |
551 | If otmr && put_itimerspec64( & old, otmr) Then Return -EFAULT |
554 | Return ret |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |