Function report |
Source Code:arch\x86\kernel\cpu\resctrl\rdtgroup.c |
Create Date:2022-07-28 08:11:32 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:rdtgroup_create_info_dir
Proto:static int rdtgroup_create_info_dir(struct kernfs_node *parent_kn)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
struct kernfs_node * | parent_kn |
1640 | Kernel fs node for "info" directory under root = kernfs_create_dir(parent_kn, "info", mode, NULL) |
1641 | If IS_ERR(Kernel fs node for "info" directory under root ) Then Return PTR_ERR(Kernel fs node for "info" directory under root ) |
1646 | If ret Then Go to out_destroy |
1650 | fflags = fflags | RF_CTRL_INFO |
1651 | ret = rdtgroup_mkdir_info_resdir(r, name, fflags) |
1652 | If ret Then Go to out_destroy |
1657 | fflags = fflags | RF_MON_INFO |
1659 | ret = rdtgroup_mkdir_info_resdir(r, name, fflags) |
1660 | If ret Then Go to out_destroy |
1671 | If ret Then Go to out_destroy |
1676 | Return 0 |
1678 | out_destroy : |
1680 | Return ret |
Name | Describe |
---|---|
rdt_get_tree |
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 |