函数逻辑报告 |
Source Code:kernel\cgroup\cgroup.c |
Create Date:2022-07-27 12:09:34 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:d_existing_css_set - init css array and find the matching css_set*@old_cset: the css_set that we're using before the cgroup transition*@cgrp: the cgroup that we're moving into*@template: out param for the new set of csses, should be clear on entry
函数原型:static struct css_set *find_existing_css_set(struct css_set *old_cset, struct cgroup *cgrp, struct cgroup_subsys_state *template[])
返回类型:struct css_set
参数:
类型 | 参数 | 名称 |
---|---|---|
struct css_set * | old_cset | |
struct cgroup * | cgrp | |
struct cgroup_subsys_state * | template |
1075 | 如果 The bitmask of subsystems attached to this hierarchy 按位与1UL左移i位则 |
1081 | 否则 |
1090 | key等于css_set_hash(template) |
1092 | 如果非mpare_css_sets - helper function for find_existing_css_set()则继续下一循环 |
1096 | 返回:cset |
1100 | 返回:NULL |
名称 | 描述 |
---|---|
find_css_set | d_css_set - return a new css_set with one cgroup updated*@old_cset: the baseline css_set*@cgrp: the cgroup to be updated* Return a new css_set that's equivalent to @old_cset, but with @cgrp* substituted into the appropriate hierarchy. |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |