Function report |
Source Code:fs\eventfd.c |
Create Date:2022-07-28 20:20:13 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:eventfd_poll
Proto:static __poll_t eventfd_poll(struct file *file, poll_table *wait)
Type:__poll_t
Parameter:
Type | Parameter | Name |
---|---|---|
struct file * | file | |
poll_table * | wait |
129 | events = 0 |
174 | If count > 0 Then events |= Epoll event masks |
176 | If count == ULLONG_MAX Then events |= EPOLLERR |
178 | If ULLONG_MAX - 1 > count Then events |= EPOLLOUT |
181 | Return events |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |