Function report |
Source Code:fs\eventpoll.c |
Create Date:2022-07-28 20:19:05 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:Setup the structure that is used as key for the RB tree
Proto:static inline void ep_set_ffd(struct epoll_filefd *ffd, struct file *file, int fd)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct epoll_filefd * | ffd | |
struct file * | file | |
int | fd |
Name | Describe |
---|---|
ep_find | Search the file inside the eventpoll tree. The RB tree operations* are protected by the "mtx" mutex, and ep_find() must be called with* "mtx" held. |
ep_insert | Must be called with "mtx" held. |
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 |