Function report |
Source Code:arch\x86\kernel\cpu\resctrl\rdtgroup.c |
Create Date:2022-07-28 08:11:33 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:mongroup_create_dir
Proto:static int mongroup_create_dir(struct kernfs_node *parent_kn, struct rdtgroup *prgrp, char *name, struct kernfs_node **dest_kn)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
struct kernfs_node * | parent_kn | |
struct rdtgroup * | prgrp | |
char * | name | |
struct kernfs_node ** | dest_kn |
1702 | kernfs_get(kn) |
1705 | If ret Then Go to out_destroy |
1708 | kernfs_activate(kn) |
1710 | Return 0 |
1712 | out_destroy : |
1713 | kernfs_remove(kn) |
1714 | Return ret |
Name | Describe |
---|---|
rdt_get_tree | |
mkdir_mondata_all | This creates a directory mon_data which contains the monitored data |
rdtgroup_mkdir_ctrl_mon | These are rdtgroups created under the root directory. Can be used* to allocate and monitor resources. |
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 |