Function report |
Source Code:fs\eventpoll.c |
Create Date:2022-07-28 20:19:06 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:Removes a "struct epitem" from the eventpoll RB tree and deallocates* all the associated resources. Must be called with "mtx" held.
Proto:static int ep_remove(struct eventpoll *ep, struct epitem *epi)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
struct eventpoll * | ep | |
struct epitem * | epi |
769 | rb_erase_cached( & RB tree node links this structure to the eventpoll RB tree , & RB tree root used to store monitored fd structs ) |
772 | If Tells us if the item is currently linked Then list_del_init - deletes entry from list and reinitialize it.*@entry: the element to delete from the list. |
788 | Return 0 |
Name | Describe |
---|---|
ep_free | |
eventpoll_release_file | This is called from eventpoll_release() to unlink files from the eventpoll* interface. We need to have this facility to cleanup correctly files that are* closed without being removed from the eventpoll interface. |
SYSCALL_DEFINE4 | The following function implements the controller interface for* the eventpoll file that enables the insertion/removal/change of* file descriptors inside the interest set. |
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 |