Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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 activityDownload SCCTChinese

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)
1610  BUILD_BUG_ON - break compile if a condition is true(XA_CHUNK_SIZE > 255)
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
1617  WARN_ON(ret < 0)