函数逻辑报告 |
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 |
函数名称:Differs from ep_eventpoll_poll() in that internal callers already have* the ep->mtx so we need to start from depth=1, such that mutex_lock_nested()* is correctly annotated.
函数原型:static __poll_t ep_item_poll(const struct epitem *epi, poll_table *pt, int depth)
返回类型:__poll_t
参数:
类型 | 参数 | 名称 |
---|---|---|
const struct epitem * | epi | |
poll_table * | pt | |
int | depth |
874 | poll_wait(file, & Wait queue used by file->poll() , pt) |
875 | locked等于pt且_qproc恒等于ep_ptable_queue_proc |
名称 | 描述 |
---|---|
ep_read_events_proc | |
ep_insert | Must be called with "mtx" held. |
ep_modify | Modify the interest event mask by dropping an event if the new mask* has a match in the current file status. Must be called with "mtx" held. |
ep_send_events_proc |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |