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:Chains a new epi entry to the tail of the ep->ovflist in a lockless way,* i.e. multiple CPUs are allowed to call this function concurrently.* Returns %false if epi element has been already chained, %true otherwise.
Proto:static inline bool chain_epi_lockless(struct epitem *epi)
Type:bool
Parameter:
Type | Parameter | Name |
---|---|---|
struct epitem * | epi |
1156 | ep = The "container" of this item |
1159 | If cmpxchg( & Works together "struct eventpoll"->ovflist in keeping the* single linked chain of items., EP_UNACTIVE_PTR, NULL) != EP_UNACTIVE_PTR Then Return false |
1165 | Return true |
Name | Describe |
---|---|
ep_poll_callback | This is the callback that is passed to the wait queue wakeup* mechanism |
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 |