函数逻辑报告 |
Source Code:mm\vmalloc.c |
Create Date:2022-07-27 16:30:48 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:s_show
函数原型:static int s_show(struct seq_file *m, void *p)
返回类型:int
参数:
类型 | 参数 | 名称 |
---|---|---|
struct seq_file * | m | |
void * | p |
3607 | 如果非 in "busy" tree 则 |
3608 | seq_printf(m, "0x%pK-0x%pK %7ld vm_map_ram\n", (void * )va_start, (void * )va_end, va_end - va_start) |
3612 | 返回:0 |
3615 | v等于 in "busy" tree |
3620 | 如果caller则seq_printf(m, " %pS", caller) |
3623 | 如果nr_pages则seq_printf(m, " pages=%d", nr_pages) |
3626 | 如果phys_addr则seq_printf(m, " phys=%pa", & phys_addr) |
3629 | 如果flags按位与remap() and friends 则seq_puts(m, " ioremap") |
3635 | 如果flags按位与vmap()ed pages 则seq_puts(m, " vmap") |
3638 | 如果flags按位与suitable for remap_vmalloc_range 则seq_puts(m, " user") |
3641 | 如果flags按位与dma_alloc_coherent 则seq_puts(m, " dma-coherent") |
3644 | 如果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.则seq_puts(m, " vpages") |
3647 | show_numa_info(m, v) |
3656 | 如果检查是否为链表尾则show_purge_info(m) |
3659 | 返回:0 |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |