Function report |
Source Code:kernel\futex.c |
Create Date:2022-07-28 10:55:18 |
Last Modify:2020-03-17 15:28:32 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:COMPAT_SYSCALL_DEFINE2
Proto:COMPAT_SYSCALL_DEFINE2(set_robust_list, struct compat_robust_list_head __user *, head, compat_size_t, len)
Type:
Parameter:Nothing
4053 | If Not futex_cmpxchg_enabled Then Return -ENOSYS |
4056 | If Value for the false possibility is greater at compile time(len != size of head ) Then Return -EINVAL |
4059 | compat_robust_list = head |
4061 | Return 0 |
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 |