函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\irq\debugfs.c Create Date:2022-07-27 11:16:31
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:irq_debug_show_bits

函数原型:static void irq_debug_show_bits(struct seq_file *m, int ind, unsigned int state, const struct irq_bit_descr *sd, int size)

返回类型:void

参数:

类型参数名称
struct seq_file *m
intind
unsigned intstate
const struct irq_bit_descr *sd
intsize
23 i小于size循环
24  如果state按位与maskseq_printf(m, "%*s%s\n", ind + 12, "", name)
调用者
名称描述
irq_debug_show_chip
irq_debug_show