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
Proto:static inline void *kvzalloc(size_t size, gfp_t flags)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
size_t | size | |
gfp_t | flags |
663 | Return kvmalloc(size, flags | __GFP_ZERO) |
Name | Describe |
---|---|
bucket_table_alloc | |
test_kvzalloc | 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())* | | | |
alloc_swap_info | |
memcg_alloc_shrinker_maps | |
sem_alloc | |
rawdata_f_data_alloc | |
deflate_decompress | |
unpack_table | pack_table - unpack a dfa table (one of accept, default, base, next check)*@blob: data to unpack (NOT NULL)*@bsize: size of blob* Returns: pointer to table else NULL on failure* NOTE: must be freed by kvfree (not kfree) |
aa_loaddata_alloc | |
deflate_compress | |
getxattr | Extended attribute GET operations |
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 |