Function report |
Source Code:fs\select.c |
Create Date:2022-07-28 20:07:07 |
Last Modify:2020-03-18 10:25:38 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:New compat syscall for 64 bit time_t
Proto:COMPAT_SYSCALL_DEFINE5(ppoll_time64, struct pollfd __user *, ufds, unsigned int, nfds, struct __kernel_timespec __user *, tsp, const compat_sigset_t __user *, sigmask, compat_size_t, sigsetsize)
Type:
Parameter:Nothing
1403 | struct timespec64 ts, end_time, * to = NULL |
1406 | If tsp Then |
1407 | If get_timespec64( & ts, tsp) Then Return -EFAULT |
1415 | ret = set_compat_user_sigmask(sigmask, sigsetsize) |
1419 | ret = do_sys_poll(ufds, nfds, to) |
1420 | Return poll_select_finish( & end_time, tsp, PT_TIMESPEC, 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 |