Function report |
Source Code:mm\slab.h |
Create Date:2022-07-28 14:04:15 |
Last Modify:2022-05-23 16:25:42 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:virt_to_cache
Proto:static inline struct kmem_cache *virt_to_cache(const void *obj)
Type:struct kmem_cache
Parameter:
Type | Parameter | Name |
---|---|---|
const void * | obj |
472 | page = virt_to_head_page(obj) |
476 | Return not slob |
Name | Describe |
---|---|
kmem_cache_free_bulk | |
kfree | kfree - free previously allocated memory*@objp: pointer returned by kmalloc.* If @objp is NULL, no operation is performed.* Don't free memory not originally allocated by kmalloc()* or you will run into trouble. |
__ksize | __ksize -- Uninstrumented ksize |
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 |