Function report |
Source Code:security\device_cgroup.c |
Create Date:2022-07-28 19:55:49 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:alled under devcgroup_mutex
Proto:static int dev_exceptions_copy(struct list_head *dest, struct list_head *orig)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
struct list_head * | dest | |
struct list_head * | orig |
66 | new = kmemdup - duplicate region of memory*@src: memory region to duplicate*@len: memory region length*@gfp: GFP mask to use* Return: newly allocated copy of @src or %NULL in case of error |
67 | If Not new Then Go to free_and_exit |
72 | Return 0 |
74 | free_and_exit : |
79 | Return -ENOMEM |
Name | Describe |
---|---|
devcgroup_online | devcgroup_online - initializes devcgroup's behavior and exceptions based on* parent's*@css: css getting online* returns 0 in case of success, error code otherwise |
devcgroup_update_access | Modify the exception list using allow/deny rules |
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 |