Function report |
Source Code:arch\x86\kernel\cpu\resctrl\rdtgroup.c |
Create Date:2022-07-28 08:11:53 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:mon_addfile
Proto:static int mon_addfile(struct kernfs_node *parent_kn, const char *name, void *priv)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
struct kernfs_node * | parent_kn | |
const char * | name | |
void * | priv |
2299 | ret = 0 |
2301 | kn = __kernfs_create_file(parent_kn, name, 0444, GLOBAL_ROOT_UID, GLOBAL_ROOT_GID, 0, & kf_mondata_ops, priv, NULL, NULL) |
2308 | If ret Then |
2309 | kernfs_remove(kn) |
2310 | Return ret |
2313 | Return ret |
Name | Describe |
---|---|
mkdir_mondata_subdir |
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 |