函数逻辑报告 |
Source Code:kernel\cgroup\legacy_freezer.c |
Create Date:2022-07-27 12:16:21 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:parent_freezer
函数原型:static struct freezer *parent_freezer(struct freezer *freezer)
返回类型:struct freezer
参数:
类型 | 参数 | 名称 |
---|---|---|
struct freezer * | freezer |
62 | 返回:css_freezer(PI: the parent css. Placed here for cache proximity to following* fields of the containing structure.) |
名称 | 描述 |
---|---|
freezer_css_online | zer_css_online - commit creation of a freezer css*@css: css being created* We're committing to creation of @css. Mark it online and inherit* parent's freezing state while holding both parent's and our* freezer->lock. |
freezer_attach | Tasks can be migrated into a different freezer anytime regardless of its* current state. freezer_attach() is responsible for making new tasks* conform to the current state.* Freezer state changes and task migration are synchronized via*@freezer->lock |
freezer_change_state | zer_change_state - change the freezing state of a cgroup_freezer*@freezer: freezer of interest*@freeze: whether to freeze or thaw* Freeze or thaw @freezer according to @freeze. The operations are* recursive - all descendants of @freezer will be affected. |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |