Function report |
Source Code:mm\slab.c |
Create Date:2022-07-28 15:43:52 |
Last Modify:2022-05-23 17:02:55 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:swap the static kmem_cache_node with kmalloced memory
Proto:static void __init init_list(struct kmem_cache *cachep, struct kmem_cache_node *list, int nodeid)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct kmem_cache * | cachep | |
struct kmem_cache_node * | list | |
int | nodeid |
1207 | ptr = kmalloc_node(sizeof(structkmem_cache_node), GFP_NOWAIT, nodeid) |
1210 | No 3D Now!(ptr, list, sizeof(structkmem_cache_node)) |
1216 | MAKE_ALL_LISTS(cachep, ptr, nodeid) |
Name | Describe |
---|---|
kmem_cache_init | Initialisation. Called after the page allocator have been initialised and* before smp_init(). |
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 |