Function report |
Source Code:mm\mempolicy.c |
Create Date:2022-07-28 15:32:09 |
Last Modify:2020-03-17 22:28:11 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:kernel_mbind
Proto:static long kernel_mbind(unsigned long start, unsigned long len, unsigned long mode, const unsigned long __user *nmask, unsigned long maxnode, unsigned int flags)
Type:long
Parameter:
Type | Parameter | Name |
---|---|---|
unsigned long | start | |
unsigned long | len | |
unsigned long | mode | |
const unsigned long __user * | nmask | |
unsigned long | maxnode | |
unsigned int | flags |
1428 | mode_flags = mode & MPOL_MODE_FLAGS is the union of all possible optional mode flags passed to* either set_mempolicy() or mbind(). |
1429 | mode &= ~MPOL_MODE_FLAGS is the union of all possible optional mode flags passed to* either set_mempolicy() or mbind(). |
1432 | If mode_flags & Flags for set_mempolicy && mode_flags & MPOL_F_RELATIVE_NODES Then Return -EINVAL |
Name | Describe |
---|---|
SYSCALL_DEFINE6 | |
COMPAT_SYSCALL_DEFINE6 |
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 |