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_rbtree_insert
Proto:static void ep_rbtree_insert(struct eventpoll *ep, struct epitem *epi)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct eventpoll * | ep | |
struct epitem * | epi |
1322 | bool leftmost = true |
1327 | kcmp = Compare RB tree keys |
1328 | If kcmp > 0 Then |
1335 | rb_insert_color_cached( & RB tree node links this structure to the eventpoll RB tree , & RB tree root used to store monitored fd structs , leftmost) |
Name | Describe |
---|---|
ep_insert | 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 |