Function report |
Source Code:mm\slab.c |
Create Date:2022-07-28 15:44:50 |
Last Modify:2022-05-23 17:02:55 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:slab_get_obj
Proto:static void *slab_get_obj(struct kmem_cache *cachep, struct page *page)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct kmem_cache * | cachep | |
struct page * | page |
2571 | objp = index_to_obj(cachep, page, get_free_obj(page, SLAB )) |
2572 | SLAB ++ |
2574 | Return objp |
Name | Describe |
---|---|
cache_alloc_pfmemalloc | |
alloc_block | Slab list should be fixed up by fixup_slab_list() for existing slab* or cache_grow_end() for new slab |
____cache_alloc_node | A interface to enable slab creation on nodeid |
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 |