HomeSort by relevance Sort by last modified time
    Searched refs:Urgent (Results 1 - 18 of 18) sorted by null

  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/Tcp4/
Tcp4.h 135 BOOLEAN Urgent;
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
Tcp4.h 177 BOOLEAN Urgent;
Tcp6.h 354 /// Whether the data is urgent. When this flag is set, the instance is in
355 /// urgent mode.
389 /// The data in the fragment table are urgent and urgent point is in
390 /// effect if TRUE. Otherwise those data are NOT considered urgent.
392 BOOLEAN Urgent;
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Tcp4Dxe/
Tcp4Input.c 303 // Adjust the urgent point
379 UINT32 Urgent;
499 Urgent = 0;
505 Urgent = Nbuf->TotalSize;
507 Urgent = TCP_SUB_SEQ (Tcb->RcvUp, Seg->Seq) + 1;
511 SockDataRcvd (Tcb->Sk, Nbuf, Urgent);
1302 DEBUG ((EFI_D_NET, "TcpInput: received urgent data "
    [all...]
SockImpl.c 290 if (TxData->Urgent) {
1089 urgent data length and then check if any receive token can be signaled.
1094 @param UrgLen The length of the urgent data in the received data.
  /device/linaro/bootloader/edk2/NetworkPkg/TcpDxe/
TcpInput.c 327 // Adjust the urgent point
401 UINT32 Urgent;
531 Urgent = 0;
538 Urgent = Nbuf->TotalSize;
540 Urgent = TCP_SUB_SEQ (Tcb->RcvUp, Seg->Seq) + 1;
544 SockDataRcvd (Tcb->Sk, Nbuf, Urgent);
1430 "TcpInput: received urgent data from peer for connected TCB %p\n",
    [all...]
SockImpl.c 125 // allowed length of the urgent data and output it.
402 if (TxData->Urgent) {
1197 urgent data length, and then check if any receive token can be signaled.
1201 @param[in] UrgLen The length of the urgent data in the received data.
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/IScsiDxe/
IScsiTcp4Io.c 359 TxData->Urgent = FALSE;
  /device/linaro/bootloader/edk2/NetworkPkg/HttpDxe/
HttpsSupport.c 244 HttpInstance->Tcp4TlsTxData.Urgent = FALSE;
288 HttpInstance->Tcp6TlsTxData.Urgent = FALSE;
596 ((EFI_TCP4_TRANSMIT_DATA *) Data)->Urgent = FALSE;
630 ((EFI_TCP6_TRANSMIT_DATA *) Data)->Urgent = FALSE;
    [all...]
HttpProto.c 441 TcpWrap->Tx4Data.Urgent = FALSE;
459 TcpWrap->Tx6Data.Urgent = FALSE;
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
RegAllocGreedy.cpp 549 // Once a live range becomes small enough, it is urgent that we find a
551 // urgent live ranges get to evict almost anything.
552 bool Urgent = !VirtReg.isSpillable() && Intf->isSpillable();
556 if (!Urgent)
558 // We permit breaking cascades for urgent evictions. It should be the
570 // Finally, apply the eviction policy for non-urgent evictions.
571 if (!Urgent && !shouldEvict(VirtReg, IsHint, *Intf, BreaksHint))
    [all...]
  /device/linaro/bootloader/edk2/EmbeddedPkg/Drivers/AndroidFastbootTransportTcpDxe/
FastbootTransportTcp.c 392 mTxData.Urgent = FALSE;
  /external/llvm/lib/CodeGen/
RegAllocGreedy.cpp 759 // Once a live range becomes small enough, it is urgent that we find a
761 // urgent live ranges get to evict almost anything.
763 // Also allow urgent evictions of unspillable ranges from a strictly
765 bool Urgent = !VirtReg.isSpillable() &&
772 if (!Urgent)
774 // We permit breaking cascades for urgent evictions. It should be the
786 if (Urgent)
788 // Apply the eviction policy for non-urgent evictions.
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
RegAllocGreedy.cpp     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/DataSource/
DataSource.c 1031 Packet.Urgent = FALSE;
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/DxeTcpIoLib/
DxeTcpIoLib.c 787 ((EFI_TCP4_TRANSMIT_DATA *) Data)->Urgent = FALSE;
  /device/linaro/bootloader/edk2/StdLib/EfiSocketLib/
Tcp4.c     [all...]
Tcp6.c     [all...]

Completed in 1047 milliseconds