Function report |
Source Code:fs\select.c |
Create Date:2022-07-28 20:07:06 |
Last Modify:2020-03-18 10:25:38 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:Ooo, nasty. We need here to frob 32-bit unsigned longs to* 64-bit unsigned longs.
Proto:static int compat_get_fd_set(unsigned long nr, compat_ulong_t __user *ufdset, unsigned long *fdset)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
unsigned long | nr | |
compat_ulong_t __user * | ufdset | |
unsigned long * | fdset |
1143 | If ufdset Then |
1144 | Return compat_get_bitmap(fdset, ufdset, nr) |
1145 | Else |
1146 | zero_fd_set(nr, fdset) |
1147 | Return 0 |
Name | Describe |
---|---|
compat_core_sys_select | We can actually return ERESTARTSYS instead of EINTR, but I'd* like to be certain this leads to no problems. So I return* EINTR just for safety.* Update: ERESTARTSYS breaks at least the xview clock binary, so |
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 |