函数逻辑报告 |
Source Code:kernel\cgroup\cpuset.c |
Create Date:2022-07-27 12:18:34 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:alloc_trial_cpuset - allocate a trial cpuset*@cs: the cpuset that the trial cpuset duplicates
函数原型:static struct cpuset *alloc_trial_cpuset(struct cpuset *cs)
返回类型:struct cpuset
参数:
类型 | 参数 | 名称 |
---|---|---|
struct cpuset * | cs |
519 | trial等于kmemdup(cs, cs的长度, GFP_KERNEL) |
520 | 如果非trial则返回:NULL |
530 | 返回:trial |
名称 | 描述 |
---|---|
update_flag | pdate_flag - read a 0 or a 1 in a file and update associated flag* Call with cpuset_mutex held. |
cpuset_write_resmask | Common handling for a write to a "cpus" or "mems" file. |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |