| Function report | 
| Source Code: fs\aio.c | Create Date:2022-07-28 20:21:16 | 
| Last Modify:2020-03-12 14:18:49 | Copyright©Brick | 
| home page | Tree | 
| Annotation kernel can get tool activity | Download SCCT | Chinese | 
Name:aio_poll_wake
Proto:static int aio_poll_wake(struct wait_queue_entry *wait, unsigned mode, int sync, void *key)
Type:int
Parameter:
| Type | Parameter | Name | 
|---|---|---|
| struct wait_queue_entry * | wait | |
| unsigned | mode | |
| int | sync | |
| void * | key | 
| 1675 | mask = key_to_poll(key) | 
| 1684 | If mask && spin_trylock_irqsave( & ctx_lock, flags) Then | 
| 1694 | sult code for this event = mangle_poll(mask) | 
| 1695 | done = true | 
| 1697 | iocb = NULL | 
| 1698 | INIT_WORK( & work, aio_poll_put_work) | 
| 1701 | spin_unlock_irqrestore( & ctx_lock, flags) | 
| 1704 | Else | 
| 1707 | Return 1 | 
| 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 |