Function report |
Source Code:include\linux\mm.h |
Create Date:2022-07-28 05:43:26 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:kvzalloc_node
Proto:static inline void *kvzalloc_node(size_t size, gfp_t flags, int node)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
size_t | size | |
gfp_t | flags | |
int | node |
659 | Return kvmalloc_node(size, flags | __GFP_ZERO, node) |
Name | Describe |
---|---|
test_kvzalloc_node | Allocator uses a trailing node argument --------+ (e.g. kmalloc_node())* Allocator uses the gfp_t argument -----------+ | (e.g. kmalloc())* Allocator uses a special leading argument + | | (e.g. devm_kmalloc())* | | | |
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 |