Function report |
Source Code:fs\file.c |
Create Date:2022-07-28 20:08:31 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:find_next_fd
Proto:static unsigned int find_next_fd(struct fdtable *fdt, unsigned int start)
Type:unsigned int
Parameter:
Type | Parameter | Name |
---|---|---|
struct fdtable * | fdt | |
unsigned int | start |
466 | maxbit = maxfd / BITS_PER_LONG |
467 | bitbit = start / BITS_PER_LONG |
474 | Return Find the next zero bit in a memory region. |
Name | Describe |
---|---|
__alloc_fd | allocate a file descriptor, mark it busy. |
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 |