Function report |
Source Code:lib\generic-radix-tree.c |
Create Date:2022-07-28 06:25:37 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:__genradix_prealloc
Proto:int __genradix_prealloc(struct __genradix *radix, size_t size, gfp_t gfp_mask)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
struct __genradix * | radix | |
size_t | size | |
gfp_t | gfp_mask |
222 | When offset < size cycle If Not Returns pointer to the specified byte @offset within @radix, allocating it if* necessary - newly allocated slots are always zeroed out: Then |
224 | Return -ENOMEM |
226 | 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 |