Function report |
Source Code:fs\seq_file.c |
Create Date:2022-07-28 20:09:37 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:__seq_open_private
Proto:void *__seq_open_private(struct file *f, const struct seq_operations *ops, int psize)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct file * | f | |
const struct seq_operations * | ops | |
int | psize |
631 | private = kzalloc - allocate memory. The memory is set to zero.*@size: how many bytes of memory are required.*@flags: the type of memory to allocate (see kmalloc). |
641 | Return private |
643 | out_free : |
645 | out : |
646 | Return NULL |
Name | Describe |
---|---|
__tracing_open | |
seq_open_private |
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 |