函数逻辑报告 |
Source Code:kernel\cgroup\cpuset.c |
Create Date:2022-07-27 12:19:41 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:puset_css_alloc - allocate a cpuset css* cgrp: control group that the new cpuset will be part of
函数原型:static struct cgroup_subsys_state *cpuset_css_alloc(struct cgroup_subsys_state *parent_css)
返回类型:struct cgroup_subsys_state
参数:
类型 | 参数 | 名称 |
---|---|---|
struct cgroup_subsys_state * | parent_css |
2701 | 如果非parent_css则返回:css |
2713 | 设置内存位 |
2714 | nodes_clear(mems_allowed) |
2715 | nodes_clear(effective_mems) |
2717 | for custom sched domain 等于负1 |
2719 | 返回:css |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |