Function report |
Source Code:kernel\cgroup\cgroup.c |
Create Date:2022-07-28 11:08:42 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:cgroup_path_ns_locked
Proto:int cgroup_path_ns_locked(struct cgroup *cgrp, char *buf, size_t buflen, struct cgroup_namespace *ns)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
struct cgroup * | cgrp | |
char * | buf | |
size_t | buflen | |
struct cgroup_namespace * | ns |
2221 | Return kernfs_path_from_node( cgroup kernfs entry , cgroup kernfs entry , buf, buflen) |
Name | Describe |
---|---|
cgroup_path_ns | |
task_cgroup_path | ask_cgroup_path - cgroup path of a task in the first cgroup hierarchy*@task: target task*@buf: the buffer to write the path into*@buflen: the length of the buffer* Determine @task's cgroup on the first (the one with the lowest non-zero |
proc_cgroup_show | proc_cgroup_show()* - Print task's cgroup paths into seq_file, one line for each hierarchy* - Used for /proc/ |
cgroup1_release_agent | Notify userspace when a cgroup is released, by running the* configured release agent with the name of the cgroup (path* relative to the root of cgroup file system) as the argument |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |