函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:warn_or_seq_hex_dump

函数原型:static void warn_or_seq_hex_dump(struct seq_file *seq, int prefix_type, int rowsize, int groupsize, const void *buf, size_t len, bool ascii)

返回类型:void

参数:

类型参数名称
struct seq_file *seq
intprefix_type
introwsize
intgroupsize
const void *buf
size_tlen
boolascii
266  如果seqseq_hex_dump(seq, HEX_PREFIX, prefix_type, rowsize, groupsize, buf, len, ascii)
269  否则print_hex_dump - print a text hex dump to syslog for a binary blob of data*@level: kernel log level (e
调用者
名称描述
hex_dump_objectPrinting of the objects hex dump to the seq file. The number of lines to be* printed is limited to HEX_MAX_LINES to prevent seq file spamming. The* actual number of printed bytes depends on HEX_ROW_SIZE. It must be called* with the object->lock held.