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 D | lf_ring.c | 99 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 D | callbacks.c | 582 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 D | socket_common.c | 240 …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 D | fillp_os.c | 104 FILLP_ULONG mode = blocking ? 0 : 1; in SysArchSetSockBlocking()
|
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/include/ |
H A D | lf_ring.h | 39 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 D | callbacks.h | 216 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 D | queue.h | 122 static __inline FILLP_ULONG FillpQueueValidOnes(FillpQueue *q) in FillpQueueValidOnes()
|
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/include/ |
H A D | fillpcallbacks.h | 160 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 D | fillptypes.h | 129 typedef unsigned long FILLP_ULONG; typedef 425 volatile FILLP_ULONG sem; /* Indicates a semaphore. */
|
H A D | fillpinc.h | 365 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 D | fillp_pcb.c | 273 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 D | fillp_flow_control_alg0.c | 153 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 D | spunge_core.c | 898 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 D | api.c | 333 FILLP_INT DLL_API FtIoctl(FILLP_INT fd, FILLP_ULONG cmd, FILLP_CONST FILLP_INT *val) in FtIoctl()
|