Home
last modified time | relevance | path

Searched refs:EpItem (Results 1 - 7 of 7) sorted by relevance

/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/include/
H A Depoll.h51 struct EpItem { struct
72 static __inline struct EpItem *EpItemEntryRbNode(struct RbNode *node) in EpItemEntryRbNode()
74 return (struct EpItem *)((char *)(node) - (uintptr_t)(&(((struct EpItem *)0)->rbn))); in EpItemEntryRbNode()
77 static __inline struct EpItem *EpItemEntryRdlNode(struct HlistNode *node) in EpItemEntryRdlNode()
79 return (struct EpItem *)((char *)(node) - (uintptr_t)(&(((struct EpItem *)0)->rdlNode))); in EpItemEntryRdlNode()
82 static __inline struct EpItem *EpitemEntrySockWaitNode(struct HlistNode *node) in EpitemEntrySockWaitNode()
84 return (struct EpItem *)((char *)(node) - (uintptr_t)(&(((struct EpItem *) in EpitemEntrySockWaitNode()
[all...]
/foundation/communication/dsoftbus/components/nstackx/fillp/src/app_lib/src/
H A Depoll_app.c29 * after finished using the "struct EpItem".
31 static struct EpItem *EpFind(struct EventPoll *ep, FILLP_INT fd) in EpFind()
34 struct EpItem *epi = FILLP_NULL_PTR; in EpFind()
35 struct EpItem *ret = FILLP_NULL_PTR; in EpFind()
58 static void EpRbtreeInsert(struct EventPoll *ep, struct EpItem *epi) in EpRbtreeInsert()
62 struct EpItem *epic = FILLP_NULL_PTR; in EpRbtreeInsert()
89 static void EpollAddToSockWaitList(struct FtSocket *sock, struct EpItem *epi) in EpollAddToSockWaitList()
103 struct EpItem *epi) in EpollCtlTriggleEvent()
122 static struct EpItem *EpollMallocEpitem(void) in EpollMallocEpitem()
124 struct EpItem *ep in EpollMallocEpitem()
[all...]
/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/src/
H A Depoll.c26 void EpDelRdlnode(struct EventPoll *ep, struct EpItem *epi) in EpDelRdlnode()
39 void EpSocketReady(struct EventPoll *scb, struct EpItem *epiItem) in EpSocketReady()
H A Dsocket_common.c24 void EpollUpdateEpEvent(struct EpItem *epi) in EpollUpdateEpEvent()
54 struct EpItem *sockEpItem = FILLP_NULL_PTR; in EpollEventCallback()
H A Dspunge_message.c665 struct EpItem *epi = FILLP_NULL_PTR; in SpungeHandleMsgClose()
/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/
H A Dspunge_stack.c143 struct EpItem *epi = FILLP_NULL_PTR; in RecursiveRbTree()
H A Dspunge_core.c452 sizeof(struct EpItem), FILLP_TRUE, &itemOperaCb); in FtAllocateEpollResource()

Completed in 6 milliseconds