Function report |
Source Code:kernel\cgroup\cgroup.c |
Create Date:2022-07-28 11:11:15 |
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_from_kernfs_id
Proto:void cgroup_path_from_kernfs_id(u64 id, char *buf, size_t buflen)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
u64 | id | |
char * | buf | |
size_t | buflen |
5769 | kn = kernfs_find_and_get_node_by_id(kf_root, id) |
5770 | If Not kn Then Return |
5773 | kernfs_put(kn) |
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 |