Home
last modified time | relevance | path

Searched refs:FILLP_ULONG (Results 1 – 14 of 14) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/src/
H A Dlf_ring.c99 FILLP_ULONG *prodHead, FILLP_ULONG *prodNext) in FillpLfRingMpEnqueueWait()
103 FILLP_ULONG ret; in FillpLfRingMpEnqueueWait()
135 FILLP_ULONG i; in FillpLfRingMpEnqueue()
136 FILLP_ULONG j; in FillpLfRingMpEnqueue()
137 FILLP_ULONG rep = 0; in FillpLfRingMpEnqueue()
138 FILLP_ULONG ret; in FillpLfRingMpEnqueue()
186 FILLP_ULONG ret; in FillpLfRingMcDequeueWait()
219 FILLP_ULONG i; in FillpLfRingMcDequeue()
220 FILLP_ULONG j; in FillpLfRingMcDequeue()
221 FILLP_ULONG ret; in FillpLfRingMcDequeue()
[all …]
H A Dcallbacks.c582 IO volatile FILLP_ULONG *sem, in FillpSysArchCompAndWwap()
583 IN volatile FILLP_ULONG oldValue, in FillpSysArchCompAndWwap()
584 IN volatile FILLP_ULONG exchange) in FillpSysArchCompAndWwap()
820 FILLP_ULONG oldValue; in FillpAdaptSysArchRwsemTryrdwait()
821 FILLP_ULONG nextValue; in FillpAdaptSysArchRwsemTryrdwait()
836 FILLP_ULONG oldValue; in FillpAdaptSysArchRwsemTrywrwait()
837 FILLP_ULONG nextValue; in FillpAdaptSysArchRwsemTrywrwait()
852 FILLP_ULONG oldValue; in FillpAdaptSysArchRwsemRdPost()
853 FILLP_ULONG nextValue; in FillpAdaptSysArchRwsemRdPost()
865 FILLP_ULONG oldValue; in FillpAdaptSysArchRwsemWrPost()
[all …]
H A Dsocket_common.c240 …if (CAS((volatile FILLP_ULONG *)&table->sockPool[tableIndex], (volatile FILLP_ULONG)FILLP_NULL_PTR, in SpungeAllocFtSock()
241 (volatile FILLP_ULONG)sock) == 0) { in SpungeAllocFtSock()
H A Dfillp_os.c104 FILLP_ULONG mode = blocking ? 0 : 1; in SysArchSetSockBlocking()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/include/
H A Dlf_ring.h39 volatile FILLP_ULONG head;
40 volatile FILLP_ULONG tail;
44 volatile FILLP_ULONG head;
45 volatile FILLP_ULONG tail;
48 FILLP_ULONG size;
127 FILLP_ULONG FillpRingValidOnes(struct FillpLfRing *r);
H A Dcallbacks.h216 FILLP_INT FillpSysArchCompAndWwap(IO volatile FILLP_ULONG *sem,
217 IN volatile FILLP_ULONG oldValue,
218 IN volatile FILLP_ULONG exchange);
321 FILLP_ULONG *parg);
433 IN FILLP_ULONG value);
H A Dqueue.h122 static __inline FILLP_ULONG FillpQueueValidOnes(FillpQueue *q) in FillpQueueValidOnes()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/include/
H A Dfillpcallbacks.h160 typedef FILLP_INT (*FillpIoctlFunc)(IN FILLP_INT fd, IN FILLP_INT cmd, IN FILLP_ULONG *args);
365 typedef FILLP_INT (*FillpSysArchCompAndSwapFunc)(IO volatile FILLP_ULONG *sem,
366 IN volatile FILLP_ULONG oldValue, IN volatile FILLP_ULONG newValue);
410 typedef FILLP_INT (*FillpSemFunc)(IO SYS_ARCH_SEM *sem, IN FILLP_ULONG value);
H A Dfillptypes.h129 typedef unsigned long FILLP_ULONG; typedef
425 volatile FILLP_ULONG sem; /* Indicates a semaphore. */
H A Dfillpinc.h365 extern FILLP_INT DLL_API FtIoctl(FILLP_INT fd, FILLP_ULONG cmd, FILLP_CONST FILLP_INT *val);
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/fillp/
H A Dfillp_pcb.c273 ret = SYS_ARCH_SEM_INIT(&pcb->sendSem, (FILLP_ULONG)initCacheSize); in FillpInitSendpcb()
453 FILLP_ULONG loopCount; in FillpPcbFreeRecvItemArray()
454 FILLP_ULONG index; in FillpPcbFreeRecvItemArray()
456 loopCount = (FILLP_ULONG)pcb->recvBoxPlaceInOrder.nodeNum; in FillpPcbFreeRecvItemArray()
462 loopCount = (FILLP_ULONG)pcb->recvList.nodeNum; in FillpPcbFreeRecvItemArray()
H A Dfillp_flow_control_alg0.c153 alg->packDeltaUsArray[alg->packDeltaUsArrayIndex] = (FILLP_UINT32)((FILLP_ULONG)detaUs); in FillpAlg0CalMaxPackRcvInterval()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/
H A Dspunge_core.c898 FILLP_ULONG i; in SpungeHandleMsgCycle()
900 FILLP_ULONG boxItems = FillpQueueValidOnes(inst->msgBox); in SpungeHandleMsgCycle()
902 boxItems = (FILLP_ULONG)inst->msgBox->size; in SpungeHandleMsgCycle()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/app_lib/src/
H A Dapi.c333 FILLP_INT DLL_API FtIoctl(FILLP_INT fd, FILLP_ULONG cmd, FILLP_CONST FILLP_INT *val) in FtIoctl()