H A D | epoll_app.c | 31 static struct EpItem *EpFind(struct EventPoll *ep, FILLP_INT fd) in EpFind() argument 39 for (rbp = ep->rbr.rbNode; rbp && loopLimit; loopLimit--) { in EpFind() 58 static void EpRbtreeInsert(struct EventPoll *ep, struct EpItem *epi) in EpRbtreeInsert() argument 60 struct RbNode **p = &ep->rbr.rbNode; in EpRbtreeInsert() 82 FillpRbInsertColor(&epi->rbn, &ep->rbr); in EpRbtreeInsert() 101 struct EventPoll *ep, in EpollCtlTriggleEvent() 118 EpSocketReady(ep, epi); in EpollCtlTriggleEvent() 133 epi->ep = FILLP_NULL_PTR; in EpollMallocEpitem() 146 struct EventPoll *ep, in EpModify() 151 if (SYS_ARCH_SEM_WAIT(&ep in EpModify() 100 EpollCtlTriggleEvent( struct EventPoll *ep, struct FtSocket *sock, struct EpItem *epi) EpollCtlTriggleEvent() argument 145 EpModify( struct EventPoll *ep, struct FtSocket *sock, struct EpItem *epi, FILLP_CONST struct SpungeEpollEvent *event) EpModify() argument 184 EpUnlink(struct EventPoll *ep, struct EpItem *epi) EpUnlink() argument 219 EpRemove(struct EventPoll *ep, struct EpItem *epi) EpRemove() argument 272 EpGetEventsAndSignal( struct EventPoll *ep, struct SpungeEpollEvent *events, FILLP_INT maxEvents, FILLP_SLONG timeout) EpGetEventsAndSignal() argument 339 struct EventPoll *ep = sock->eventEpoll; EpPoll() local 398 struct EventPoll *ep = FILLP_NULL_PTR; EpollMallocEventpoll() local 440 EpInsert( struct EventPoll *ep, FILLP_CONST struct SpungeEpollEvent *event, FILLP_INT fd) EpInsert() argument 838 struct EventPoll *ep = FILLP_NULL_PTR; SpungeEpollCreate() local [all...] |