HomeSort by relevance Sort by last modified time
    Searched refs:TICKS_PER_SECOND (Results 1 - 25 of 26) sorted by null

1 2

  /toolchain/binutils/binutils-2.27/gold/
timer.cc 64 # define TICKS_PER_SECOND sysconf (_SC_CLK_TCK) /* POSIX 1003.1-1996 */
67 # define TICKS_PER_SECOND CLK_TCK /* POSIX 1003.1-1988; obsolescent */
70 # define TICKS_PER_SECOND HZ /* traditional UNIX */
72 # define TICKS_PER_SECOND 100 /* often the correct value */
86 ticks_per_sec = TICKS_PER_SECOND;
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/ArpDxe/
ArpImpl.h 51 #define ARP_DEFAULT_TIMEOUT_VALUE (400 * TICKS_PER_SECOND)
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Tcp4Dxe/
Tcp4Driver.c 103 (UINT64) (TICKS_PER_SECOND / TCP_TICK_HZ)
  /device/linaro/bootloader/edk2/NetworkPkg/DnsDxe/
DnsDriver.c 496 Status = gBS->SetTimer (mDriverData->Timer, TimerPeriodic, TICKS_PER_SECOND);
676 Status = gBS->SetTimer (DnsSb->Timer, TimerPeriodic, TICKS_PER_SECOND);
    [all...]
DnsDhcp.c 708 DNS_TIME_TO_GETMAP * TICKS_PER_SECOND
DnsImpl.c 562 DNS_TIME_TO_GETMAP * TICKS_PER_SECOND
612 DNS_TIME_TO_GETMAP * TICKS_PER_SECOND
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Dhcp4Dxe/
Dhcp4Driver.c 328 Status = gBS->SetTimer (DhcpSb->Timer, TimerPeriodic, TICKS_PER_SECOND);
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Mtftp4Dxe/
Mtftp4Driver.c 291 Status = gBS->SetTimer (MtftpSb->Timer, TimerPeriodic, TICKS_PER_SECOND);
Mtftp4Impl.c 255 MTFTP4_TIME_TO_GETMAP * TICKS_PER_SECOND
    [all...]
  /device/linaro/bootloader/edk2/NetworkPkg/Dhcp6Dxe/
Dhcp6Driver.c 650 TICKS_PER_SECOND
Dhcp6Utility.c     [all...]
  /device/linaro/bootloader/edk2/NetworkPkg/Mtftp6Dxe/
Mtftp6Driver.c 412 TICKS_PER_SECOND
  /device/linaro/bootloader/edk2/NetworkPkg/HttpDxe/
HttpImpl.c 1024 Status = gBS->SetTimer (HttpInstance->TimeoutEvent, TimerRelative, HTTP_RESPONSE_TIMEOUT * TICKS_PER_SECOND);
    [all...]
HttpProto.c     [all...]
  /device/linaro/bootloader/edk2/NetworkPkg/UefiPxeBcDxe/
PxeBcBoot.c 148 MultU64x32 (Timeout, TICKS_PER_SECOND)
171 TICKS_PER_SECOND
    [all...]
PxeBcDhcp6.c     [all...]
PxeBcImpl.c 187 TICKS_PER_SECOND
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Ip4Dxe/
Ip4Driver.c 619 Status = gBS->SetTimer (IpSb->Timer, TimerPeriodic, TICKS_PER_SECOND);
  /device/linaro/bootloader/edk2/NetworkPkg/HttpBootDxe/
HttpBootDhcp6.c 587 Status = gBS->SetTimer (TimeOutEvt, TimerRelative, TICKS_PER_SECOND);
  /device/linaro/bootloader/edk2/NetworkPkg/TcpDxe/
TcpDriver.c 123 (UINT64) (TICKS_PER_SECOND / TCP_TICK_HZ)
TcpInput.c 1116 Tcp6RefreshNeighbor (Tcb, Src, TCP6_KEEP_NEIGHBOR_TIME * TICKS_PER_SECOND);
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/UefiPxeBcDxe/
PxeBcDhcp.c     [all...]
PxeBcImpl.c 394 TICKS_PER_SECOND
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Include/Library/
NetLib.h 532 #define TICKS_PER_SECOND 10000000U
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/IScsiDxe/
IScsiProto.c 131 Status = gBS->SetTimer (Conn->TimeoutEvent, TimerRelative, 16 * TICKS_PER_SECOND);
    [all...]

Completed in 607 milliseconds

1 2