Function report |
Source Code:mm\slab.c |
Create Date:2022-07-28 15:43:25 |
Last Modify:2022-05-23 17:02:55 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:alloc_alien_cache
Proto:static struct alien_cache **alloc_alien_cache(int node, int limit, gfp_t gfp)
Type:struct alien_cache
Parameter:
Type | Parameter | Name |
---|---|---|
int | node | |
int | limit | |
gfp_t | gfp |
703 | alc_ptr = kcalloc_node(nr_node_ids, size of * , gfp, node) |
704 | If Not alc_ptr Then Return NULL |
707 | for_each_node(i) |
708 | If i == node || Not node_online(i) Then Continue |
718 | Return alc_ptr |
Name | Describe |
---|---|
setup_kmem_cache_node |
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 |