Function report |
Source Code:include\linux\seq_buf.h |
Create Date:2022-07-28 05:58:00 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:seq_buf_commit - commit data to the buffer*@s: the seq_buf handle*@num: the number of bytes to commit* Commit @num bytes of data written to a buffer previously acquired* by seq_buf_get. To signal an error condition, or that the data
Proto:static inline void seq_buf_commit(struct seq_buf *s, int num)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct seq_buf * | s | |
int | num |
106 | If num < 0 Then |
107 | seq_buf_set_overflow(s) |
108 | Else |
Name | Describe |
---|---|
seq_buf_path | seq_buf_path - copy a path into the sequence buffer*@s: seq_buf descriptor*@path: path to write into the sequence buffer |
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 |