Home
last modified time | relevance | path

Searched refs:FillpQueue (Results 1 - 9 of 9) sorted by relevance

/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/include/
H A Dqueue.h34 } FillpQueue; typedef
36 static __inline FillpErrorType FillpQueuePush(FillpQueue *q, void **msg, FILLP_INT isTryPush, FILLP_UINT count) in FillpQueuePush()
53 static __inline FILLP_INT FillpQueuePop(FillpQueue *q, void **msg, FILLP_UINT count) in FillpQueuePop()
62 static __inline int QueueEmpty(FILLP_CONST FillpQueue *q) in QueueEmpty()
70 size_t memSize = tmpSize + sizeof(FillpQueue); in FillpQueueCalMemSize()
72 if ((tmpSize == 0) || (memSize < sizeof(FillpQueue))) { in FillpQueueCalMemSize()
79 static __inline void FillpQueueSetProdSafe(FillpQueue *q, FILLP_BOOL safe) in FillpQueueSetProdSafe()
84 static __inline void FillpQueueSetConsSafe(FillpQueue *q, FILLP_BOOL safe) in FillpQueueSetConsSafe()
89 static __inline void FillpQueueInit(FillpQueue *q, char *name, size_t size, FILLP_INT allocType) in FillpQueueInit()
97 static __inline FillpQueue *FillpQueueCreat
[all...]
H A Ddympool.h38 FillpQueue *mp; /* Queue of memory, for free */
53 FillpQueue *mp; /* Queue of memory alloc */
H A Dspunge.h94 FillpQueue *msgBox;
101 FillpQueue *unsendBox[FILLP_INST_UNSEND_BOX_NUM];
H A Dsockets.h103 FillpQueue *acceptBox;
201 FillpQueue *freeQueqe;
/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/include/
H A Dspunge_stack.h32 FillpQueue *SpungeAllocUnsendBox(struct SpungeInstance *inst);
/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/include/fillp/
H A Dfillp_pcb.h78 FillpQueue *recvBox;
130 FillpQueue *unsendBox; /* data pkt wait to send APP will fill pkt to it */
/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/
H A Dspunge_stack.c342 FillpQueue *unsendBox = FILLP_NULL_PTR; in SpungeConnCheckUnsendBoxEmpty()
510 FillpQueue *SpungeAllocUnsendBox(struct SpungeInstance *inst) in SpungeAllocUnsendBox()
H A Dspunge_core.c924 FillpQueue *boxQueue = inst->unsendBox[0]; in SpungeLoopCheckUnsendBox()
/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/fillp/
H A Dfillp_pcb.c293 static FillpQueue *FillpInitRecvPcbBox(struct FillpPcb *fpcb, struct FillpRecvPcb *pcb) in FillpInitRecvPcbBox()
310 FillpQueue *recvBox = FillpQueueCreate("sock_recv_box", fpcb->mpRecvSize + (FILLP_UINT)privRecvSize, in FillpInitRecvPcbBox()

Completed in 6 milliseconds