Function report |
Source Code:arch\x86\kernel\apm_32.c |
Create Date:2022-07-28 08:22:29 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:do_poll
Proto:static __poll_t do_poll(struct file *fp, poll_table *wait)
Type:__poll_t
Parameter:
Type | Parameter | Name |
---|---|---|
struct file * | fp | |
poll_table * | wait |
1510 | If check_apm_user(as, "poll") Then Return 0 |
1512 | poll_wait(fp, & apm_waitqueue, wait) |
1513 | If Not queue_empty(as) Then Return Epoll event masks | EPOLLRDNORM |
1515 | Return 0 |
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 |