Function report |
Source Code:security\integrity\ima\ima_crypto.c |
Create Date:2022-07-28 19:58:29 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:param_set_bufsize
Proto:static int param_set_bufsize(const char *val, const struct kernel_param *kp)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
const char * | val | |
const struct kernel_param * | kp |
42 | order = get_order - Determine the allocation order of a memory size*@size: The size for which to get the order* Determine the allocation order of a particular sized block of memory |
43 | If order >= Free memory management - zoned buddy allocator. Then Return -EINVAL |
46 | ima_bufsize = PAGE_SIZE << order |
47 | Return 0 |
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 |