函数逻辑报告 |
Source Code:fs\select.c |
Create Date:2022-07-29 10:37:03 |
Last Modify:2020-03-18 10:25:38 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:Fish for pollable events on the pollfd->fd file descriptor
函数原型:static inline __poll_t do_pollfd(struct pollfd *pollfd, poll_table *pwait, bool *can_busy_poll, __poll_t busy_flag)
返回类型:__poll_t
参数:
类型 | 参数 | 名称 |
---|---|---|
struct pollfd * | pollfd | |
poll_table * | pwait | |
bool * | can_busy_poll | |
__poll_t | busy_flag |
846 | mask等于0 |
857 | filter等于demangle_poll(events)按位或EPOLLERR按位或EPOLLHUP |
860 | 如果mask按位与busy_flag则 * can_busy_poll = true |
865 | out : |
867 | revents等于mangle_poll(mask) |
868 | 返回:mask |
名称 | 描述 |
---|---|
do_poll |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |