Function report |
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 activity | Download SCCT | Chinese |
Name:seq_buf_alloc
Proto:static void *seq_buf_alloc(unsigned long size)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
unsigned long | size |
32 | Return kvmalloc(size, GFP_KERNEL_ACCOUNT) |
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() |
single_open_size |
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 |