函数逻辑报告 |
Source Code:mm\mempolicy.c |
Create Date:2022-07-27 17:07:03 |
Last Modify:2020-03-17 22:28:11 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:mpol_to_str - format a mempolicy structure for printing*@buffer: to contain formatted mempolicy string*@maxlen: length of @buffer*@pol: pointer to mempolicy to be formatted* Convert @pol into a string
函数原型:void mpol_to_str(char *buffer, int maxlen, struct mempolicy *pol)
返回类型:void
参数:
类型 | 参数 | 名称 |
---|---|---|
char * | buffer | |
int | maxlen | |
struct mempolicy * | pol |
2946 | nodes等于NODE_MASK_NONE |
2947 | mode等于MPOL_DEFAULT |
2948 | flags等于0 |
2951 | mode等于See MPOL_* above |
2956 | 当:mode恒等于MPOL_DEFAULT |
2957 | 退出 |
2958 | 当:mode恒等于MPOL_PREFERRED |
2959 | 如果flags按位与preferred local allocation 则mode等于MPOL_LOCAL |
2961 | 否则The inline keyword gives the compiler room to decide to inline, or* not inline a function as it sees best( preferred , nodes) |
2963 | 退出 |
2965 | 当:mode恒等于MPOL_INTERLEAVE |
2966 | nodes等于 interleave/bind |
2967 | 退出 |
2968 | 默认 |
2969 | WARN_ON_ONCE(1) |
2971 | 返回 |
2988 | 如果非nodes_empty(nodes)则p加等于格式化输出字符串 |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |