Function report |
Source Code:mm\slub.c |
Create Date:2022-07-28 15:47:08 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:oo_make
Proto:static inline struct kmem_cache_order_objects oo_make(unsigned int order, unsigned int size)
Type:struct kmem_cache_order_objects
Parameter:
Type | Parameter | Name |
---|---|---|
unsigned int | order | |
unsigned int | size |
330 | struct kmem_cache_order_objects x = {(order << OO_SHIFT) + order_objects(order, size)} |
334 | Return x |
Name | Describe |
---|---|
calculate_sizes | alculate_sizes() determines the order and the distribution of data within* a slab object. |
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 |