Function report |
Source Code:lib\generic-radix-tree.c |
Create Date:2022-07-28 06:25:35 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:genradix_alloc_node
Proto:static inline struct genradix_node *genradix_alloc_node(gfp_t gfp_mask)
Type:struct genradix_node
Parameter:
Type | Parameter | Name |
---|---|---|
gfp_t | gfp_mask |
83 | node = __get_free_page(gfp_mask | __GFP_ZERO) |
91 | Return node |
Name | Describe |
---|---|
__genradix_ptr_alloc | Returns pointer to the specified byte @offset within @radix, allocating it if* necessary - newly allocated slots are always zeroed out: |
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 |