函数逻辑报告 |
Source Code:kernel\cgroup\cgroup-internal.h |
Create Date:2022-07-27 12:07:38 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:put_css_set
函数原型:static inline void put_css_set(struct css_set *cset)
返回类型:void
参数:
类型 | 参数 | 名称 |
---|---|---|
struct css_set * | cset |
192 | spin_lock_irqsave( & css_set_lock, flags) |
193 | put_css_set_locked(cset) |
194 | spin_unlock_irqrestore( & css_set_lock, flags) |
名称 | 描述 |
---|---|
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. |
cgroup_migrate_prepare_dst | group_migrate_prepare_dst - prepare destination css_sets for migration*@mgctx: migration context* Tasks are about to be moved and all the source css_sets have been* preloaded to @mgctx->preloaded_src_csets |
css_task_iter_end | ss_task_iter_end - finish task iteration*@it: the task iterator to finish* Finish task iteration started by css_task_iter_start(). |
cgroup_free | |
free_cgroup_ns | |
copy_cgroup_ns |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |