函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:fs\seq_file.c Create Date:2022-07-29 10:40:01
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:seq_set_overflow

函数原型:static void seq_set_overflow(struct seq_file *m)

返回类型:void

参数:

类型参数名称
struct seq_file *m
27  count等于size
调用者
名称描述
seq_vprintf
seq_puts
seq_put_decimal_ull_widthA helper routine for putting decimal numbers without rich format of printf()
seq_put_hex_llseq_put_hex_ll - put a number in hexadecimal notation*@m: seq_file identifying the buffer to which data should be written*@delimiter: a string which is printed before the number*@v: the number*@width: a minimum field width* seq_put_hex_ll(m, "", v, 8) is
seq_put_decimal_ll
seq_writeseq_write - write arbitrary data to buffer*@seq: seq_file identifying the buffer to which data should be written*@data: data address*@len: number of bytes* Return 0 on success, non-zero otherwise.
seq_padseq_pad - write padding spaces to buffer*@m: seq_file identifying the buffer to which data should be written*@c: the byte to append after padding if non-zero