Function report |
Source Code:fs\userfaultfd.c |
Create Date:2022-07-28 20:20:37 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:SYSCALL_DEFINE1
Proto:SYSCALL_DEFINE1(userfaultfd, int, flags)
Type:
Parameter:Nothing
1951 | If Not sysctl_unprivileged_userfaultfd && Not Check operation authority Then Return -EPERM |
1960 | If flags & ~UFFD_SHARED_FCNTL_FLAGS Then Return -EINVAL |
1968 | userfaultfd syscall flags = flags |
1969 | atures requested from the userspace = 0 |
1970 | state machine = UFFD_STATE_WAIT_API |
1971 | leased = false |
1979 | If fd < 0 Then |
1983 | Return fd |
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 |