Function report |
Source Code:mm\slab.c |
Create Date:2022-07-28 15:43:58 |
Last Modify:2022-05-23 17:02:55 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:Initialisation. Called after the page allocator have been initialised and* before smp_init().
Proto:void __init kmem_cache_init(void)
Type:void
Parameter:Nothing
1249 | When i < Need this for bootstrapping a per node allocator. cycle kmem_cache_node_init( & init_kmem_cache_node[i]) |
1285 | create_boot_cache(kmem_cache, "kmem_cache", offsetof(structkmem_cache, node) + nr_node_ids * size of * , Align objs on cache lines , 0, 0) |
1290 | memcg_link_cache(kmem_cache, NULL) |
1297 | kmalloc_caches[KMALLOC_NORMAL][INDEX_NODE] = create_kmalloc_cache(name[KMALLOC_NORMAL], size, ARCH_KMALLOC_FLAGS, 0, size) |
1305 | slab_early_init = 0 |
1311 | for_each_online_node(nid) |
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 |