函数逻辑报告 |
Source Code:fs\eventpoll.c |
Create Date:2022-07-29 10:50:56 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:ep_ptable_queue_proc
函数原型:static void ep_ptable_queue_proc(struct file *file, wait_queue_head_t *whead, poll_table *pt)
返回类型:void
参数:
类型 | 参数 | 名称 |
---|---|---|
struct file * | file | |
wait_queue_head_t * | whead | |
poll_table * | pt |
1301 | 如果Number of active wait queue attached to poll operations 大于等于0且pwq等于分配高速缓存区则 |
1302 | init_waitqueue_func_entry( & Wait queue item that will be linked to the target file wait* queue head., This is the callback that is passed to the wait queue wakeup* mechanism) |
1305 | 如果events按位与Set exclusive wakeup mode for the target file descriptor 则add_wait_queue_exclusive(whead, & Wait queue item that will be linked to the target file wait* queue head.) |
1307 | 否则add_wait_queue(whead, & Wait queue item that will be linked to the target file wait* queue head.) |
1309 | 添加链表项 |
1311 | 否则 |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |