Function report |
Source Code:mm\slab.c |
Create Date:2022-07-28 15:46:04 |
Last Modify:2022-05-23 17:02:55 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:This initializes kmem_cache_node or resizes various caches for all nodes.
Proto:static int setup_kmem_cache_nodes(struct kmem_cache *cachep, gfp_t gfp)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
struct kmem_cache * | cachep | |
gfp_t | gfp |
3819 | for_each_online_node(node) |
3826 | Return 0 |
3828 | fail : |
3829 | If Not next Then |
3831 | node-- |
3843 | Return -ENOMEM |
Name | Describe |
---|---|
__do_tune_cpucache | Always called with the slab_mutex held |
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 |