Function report |
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 activity | Download SCCT | Chinese |
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:
Type | Parameter | Name |
---|---|---|
struct seq_file * | m |
Name | Describe |
---|---|
traverse | |
seq_read | seq_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_dump | A complete analogue of print_hex_dump() |
show_fdinfo | |
ep_show_fdinfo |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |