Function report |
Source Code:fs\eventpoll.c |
Create Date:2022-07-28 20:19:07 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:ep_ptable_queue_proc
Proto:static void ep_ptable_queue_proc(struct file *file, wait_queue_head_t *whead, poll_table *pt)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct file * | file | |
wait_queue_head_t * | whead | |
poll_table * | pt |
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 | If events & Set exclusive wakeup mode for the target file descriptor Then add_wait_queue_exclusive(whead, & Wait queue item that will be linked to the target file wait* queue head.) |
1311 | Else |
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 |