Home
last modified time | relevance | path

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

/ohos5.0/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() argument
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 *)0)->sockWaitNode))); in EpitemEntrySockWaitNode()
87 void EpSocketReady(struct EventPoll *scb, struct EpItem *epiItem);
88 void EpDelRdlnode(struct EventPoll *ep, struct EpItem *epi);
89 void EpollUpdateEpEvent(struct EpItem *epi);
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/app_lib/src/
H A Depoll_app.c34 struct EpItem *epi = FILLP_NULL_PTR; in EpFind()
35 struct EpItem *ret = FILLP_NULL_PTR; in EpFind()
62 struct EpItem *epic = FILLP_NULL_PTR; in EpRbtreeInsert()
103 struct EpItem *epi) in EpollCtlTriggleEvent()
124 struct EpItem *epi = FILLP_NULL_PTR; in EpollMallocEpitem()
148 struct EpItem *epi, in EpModify()
280 struct EpItem *epi = FILLP_NULL_PTR; in EpGetEventsAndSignal()
445 struct EpItem *epi = FILLP_NULL_PTR; in EpInsert()
563 FILLP_CONST struct EpItem *epi, in SpungeEpollCtlHandleAddEvent()
609 struct EpItem *epi) in SpungeEpollCtlHandleDelEvent()
[all …]
/ohos5.0/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()
/ohos5.0/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()