函数逻辑报告 |
Source Code:mm\mempolicy.c |
Create Date:2022-07-27 17:05:09 |
Last Modify:2020-03-17 22:28:11 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:Set the process memory policy
函数原型:static long kernel_set_mempolicy(int mode, const unsigned long __user *nmask, unsigned long maxnode)
返回类型:long
参数:
类型 | 参数 | 名称 |
---|---|---|
int | mode | |
const unsigned long __user * | nmask | |
unsigned long | maxnode |
1456 | flags等于mode按位与MPOL_MODE_FLAGS is the union of all possible optional mode flags passed to* either set_mempolicy() or mbind(). |
1457 | mode与等于MPOL_MODE_FLAGS is the union of all possible optional mode flags passed to* either set_mempolicy() or mbind().的反 |
1460 | 如果flags按位与Flags for set_mempolicy 且flags按位与MPOL_F_RELATIVE_NODES则返回:负EINVAL |
1465 | 返回:Set the process memory policy |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |