函数逻辑报告 |
Source Code:fs\select.c |
Create Date:2022-07-29 10:37:08 |
Last Modify:2020-03-18 10:25:38 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:New compat syscall for 64 bit time_t
函数原型: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)
返回类型:
参数:无
1403 | struct timespec64 ts, end_time, * to = NULL |
1406 | 如果tsp则 |
1407 | 如果get_timespec64( & ts, tsp)则返回:负EFAULT |
1415 | ret等于set_compat_user_sigmask(sigmask, sigsetsize) |
1419 | ret等于do_sys_poll(ufds, nfds, to) |
1420 | 返回:poll_select_finish( & end_time, tsp, PT_TIMESPEC, ret) |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |