Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:fs\seq_file.c Create Date:2022-07-28 20:09:35
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:seq_set_overflow

Proto:static void seq_set_overflow(struct seq_file *m)

Type:void

Parameter:

TypeParameterName
struct seq_file *m
27  count = size
Caller
NameDescribe
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