函数逻辑报告 |
Source Code:fs\eventpoll.c |
Create Date:2022-07-29 10:51:01 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:Open an eventpoll file descriptor.
函数原型:static int do_epoll_create(int flags)
返回类型:int
参数:
类型 | 参数 | 名称 |
---|---|---|
int | flags |
2030 | 如果flags按位与Flags for epoll_create1. 的反则返回:负EINVAL |
2042 | fd等于get_unused_fd_flags(O_RDWR | (flags & O_CLOEXEC)) |
2043 | 如果fd小于0则 |
2045 | 转到:out_free_ep |
2049 | 如果是错误则 |
2051 | 转到:out_free_fd |
2054 | fd_install(fd, file) |
2055 | 返回:fd |
2057 | out_free_fd : |
2058 | put_unused_fd(fd) |
2059 | out_free_ep : |
2061 | 返回:error |
名称 | 描述 |
---|---|
SYSCALL_DEFINE1 | |
SYSCALL_DEFINE1 |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |