函数逻辑报告 |
Source Code:fs\eventpoll.c |
Create Date:2022-07-29 10:50:53 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:Removes a "struct epitem" from the eventpoll RB tree and deallocates* all the associated resources. Must be called with "mtx" held.
函数原型:static int ep_remove(struct eventpoll *ep, struct epitem *epi)
返回类型:int
参数:
类型 | 参数 | 名称 |
---|---|---|
struct eventpoll * | ep | |
struct epitem * | epi |
765 | 加自旋锁 |
766 | 删除不需要重新初始化的列表项 |
767 | 自旋锁解锁 |
769 | rb_erase_cached( & RB tree node links this structure to the eventpoll RB tree , & RB tree root used to store monitored fd structs ) |
788 | 返回:0 |
名称 | 描述 |
---|---|
ep_free | |
eventpoll_release_file | This is called from eventpoll_release() to unlink files from the eventpoll* interface. We need to have this facility to cleanup correctly files that are* closed without being removed from the eventpoll interface. |
SYSCALL_DEFINE4 | The following function implements the controller interface for* the eventpoll file that enables the insertion/removal/change of* file descriptors inside the interest set. |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |