Function report |
Source Code:lib\radix-tree.c |
Create Date:2022-07-28 06:13:13 |
| Last Modify:2022-05-21 10:04:37 | Copyright©Brick |
| home page | Tree |
| Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:radix_tree_init
Proto:void __init radix_tree_init(void)
Type:void
Parameter:Nothing
| 1608 | BUILD_BUG_ON - break compile if a condition is true(RADIX_TREE_MAX_TAGS + Room for N __GFP_FOO bits > 32) |
| 1609 | BUILD_BUG_ON - break compile if a condition is true(The IDR tag is stored in the low bits of xa_flags & ~GFP_ZONEMASK) |
| 1611 | Radix tree node cache. = kmem_cache_create("radix_tree_node", size of radix_tree_node , 0, Panic if kmem_cache_create() fails | Objects are reclaimable , radix_tree_node_ctor) |
| 1615 | ret = puhp_setup_state_nocalls - Setup hotplug state callbacks without calling the* callbacks*@state: The state for which the calls are installed*@name: Name of the callback |
| 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 |