Function report |
Source Code:fs\eventpoll.c |
Create Date:2022-07-28 20:19:08 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:ep_create_wakeup_source
Proto:static int ep_create_wakeup_source(struct epitem *epi)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
struct epitem * | epi |
1440 | If Not wakeup_source used when ep_scan_ready_list is running Then |
1441 | wakeup_source used when ep_scan_ready_list is running = wakeup_source_register(NULL, "eventpoll") |
1442 | If Not wakeup_source used when ep_scan_ready_list is running Then Return -ENOMEM |
1447 | ws = wakeup_source_register(NULL, name) |
1453 | Return 0 |
Name | Describe |
---|---|
ep_insert | Must be called with "mtx" held. |
ep_modify | Modify the interest event mask by dropping an event if the new mask* has a match in the current file status. Must be called with "mtx" held. |
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 |