函数逻辑报告 |
Source Code:kernel\cgroup\cgroup.c |
Create Date:2022-07-27 12:13:35 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:group_get_from_path - lookup and get a cgroup from its default hierarchy path*@path: path on the default hierarchy* Find the cgroup at @path on the default hierarchy, increment its* reference count and return it
函数原型:struct cgroup *cgroup_get_from_path(const char *path)
返回类型:struct cgroup
参数:
类型 | 参数 | 名称 |
---|---|---|
const char * | path |
6130 | kn等于kernfs_walk_and_get( cgroup kernfs entry , path) |
6131 | 如果kn则 |
6139 | 否则 |
6144 | 返回:cgrp |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |