函数逻辑报告 |
Source Code:kernel\cgroup\cgroup.c |
Create Date:2022-07-27 12:12:34 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:ss destruction is four-stage process
函数原型:static void css_free_rwork_fn(struct work_struct *work)
返回类型:void
参数:
类型 | 参数 | 名称 |
---|---|---|
struct work_struct * | work |
4906 | 如果ss则 |
4908 | parent等于PI: the parent css. Placed here for cache proximity to following* fields of the containing structure. |
4909 | id等于PI: Subsys-unique ID. 0 is unused and root is always 1. The* matching css can be looked up using css_from_id(). |
4912 | cgroup_idr_remove( & idr for css->id , id) |
4913 | cgroup_put(cgrp) |
4917 | 否则 |
4920 | Used to destroy all pidlists lingering waiting for destroy timer. None* should be left afterwards. |
4923 | 如果cgroup_parent(cgrp)则 |
4930 | cgroup_put(cgroup_parent(cgrp)) |
4931 | kernfs_put( cgroup kernfs entry ) |
4932 | psi_cgroup_free(cgrp) |
4936 | 否则 |
4942 | cgroup_destroy_root(root) |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |