Function report |
Source Code:fs\select.c |
Create Date:2022-07-28 20:07:01 |
Last Modify:2020-03-18 10:25:38 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:Ok, Peter made a complicated, but straightforward multiple_wait() function
Proto:static void __pollwait(struct file *filp, wait_queue_head_t *wait_address, poll_table *p)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct file * | filp | |
wait_queue_head_t * | wait_address | |
poll_table * | p |
225 | entry = poll_get_entry(pwq) |
226 | If Not entry Then Return |
229 | wait_address = wait_address |
231 | init_waitqueue_func_entry( & wait, pollwake) |
233 | add_wait_queue(wait_address, & wait) |
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 |