函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\resource.c Create Date:2022-07-27 10:04:39
Last Modify:2022-05-22 11:14:39 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:r_show

函数原型:static int r_show(struct seq_file *m, void *v)

返回类型:int

参数:

类型参数名称
struct seq_file *m
void *v
107  root等于PDE_DATA(file_inode(file))
108  r等于v
110  width等于如果end小于0x10000则4否则8
113 depth小于MAX_IORES_LEVEL循环如果parent恒等于root
115  退出
117  如果file_ns_capable(file, & init_user_ns, Allow setting zone reclaim policy )则
118  start等于start
119  end等于end
120  否则
121  start等于end等于0
124  seq_printf(m, "%*s%0*llx-%0*llx : %s\n", depth * 2, "", width, start, width, end, name ? name : "<BAD>")
129  返回:0