Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:include\linux\seq_file.h Create Date:2022-07-28 05:48:04
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:seq_has_overflowed - check if the buffer has overflowed*@m: the seq_file handle* seq_files have a buffer which may overflow. When this happens a larger* buffer is reallocated and all the data will be printed again.

Proto:static inline bool seq_has_overflowed(struct seq_file *m)

Type:bool

Parameter:

TypeParameterName
struct seq_file *m
53  Return count == size
Caller
NameDescribe
traverse
seq_readseq_read - ->read() method for sequential files.*@file: the file to read from*@buf: the buffer to read to*@size: the maximum number of bytes to read*@ppos: the current position in the file* Ready-made ->f_op->read()
seq_hex_dumpA complete analogue of print_hex_dump()
show_fdinfo
ep_show_fdinfo