函数逻辑报告 |
Source Code:include\linux\mm.h |
Create Date:2022-07-27 06:44:40 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:Determine if an address is within the vmalloc range* On nommu, vmalloc/vfree wrap through kmalloc/kfree directly, so there* is no special casing required.
函数原型:static inline bool is_vmalloc_addr(const void *x)
返回类型:bool
参数:
类型 | 参数 | 名称 |
---|---|---|
const void * | x |
633 | 返回:addr大于等于VMALLOC_START且addr小于VMALLOC_END |
名称 | 描述 |
---|---|
dma_direct_free_pages | |
debug_dma_map_single | |
debug_dma_alloc_coherent | |
debug_dma_free_coherent | |
kvfree | kvfree() - Free memory.*@addr: Pointer to allocated memory.* kvfree frees memory allocated by any of vmalloc(), kmalloc() or kvmalloc().* It is slightly more efficient to use kfree() or vfree() if you are certain* that you know which one to use. |
per_cpu_ptr_to_phys | per_cpu_ptr_to_phys - convert translated percpu address to physical address*@addr: the address to be converted to physical address* Given @addr which is dereferenceable address obtained via one of* percpu access macros, this function translates it into |
is_vmalloc_or_module_addr | |
s_show | |
bio_map_kern | _map_kern - map kernel address into bio*@q: the struct request_queue for the bio*@data: pointer to buffer to map*@len: length in bytes*@gfp_mask: allocation flags for bio allocation* Map the kernel address into a bio suitable for io to a block* device |
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) |
deflate_compress | |
dma_map_single_attrs | |
netlink_skb_clone |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |