HomeSort by relevance Sort by last modified time
    Searched full:apcount (Results 1 - 3 of 3) sorted by null

  /device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/
MpService.c 313 UINTN ApCount;
318 ApCount = 0;
362 ApCount = LockdownSemaphore (&mSmmMpSyncData->Counter) - 1;
367 WaitForAllAPs (ApCount);
388 WaitForAllAPs (ApCount);
405 WaitForAllAPs (ApCount);
450 ApCount = LockdownSemaphore (&mSmmMpSyncData->Counter) - 1;
461 if (PresentCount > ApCount) {
476 WaitForAllAPs (ApCount);
493 WaitForAllAPs (ApCount);
    [all...]
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiLastResortWatchdog.java 159 Integer apCount = ssidFails.second - 1;
160 if (apCount > 0) {
161 ssidFails = Pair.create(ssidFails.first, apCount);
414 final Integer apCount = entry.getValue().second;
415 sb.append("\n").append(entry.getKey()).append(": ").append(apCount).append(",")
  /device/linaro/bootloader/edk2/UefiCpuPkg/CpuMpPei/
CpuMpPei.c 65 UINT32 ApCount;
67 ApCount = PeiCpuMpData->CpuCount - 1;
69 if (ApCount != 0) {
70 for (Index1 = 0; Index1 < ApCount; Index1++) {
76 for (Index2 = Index1 + 1; Index2 <= ApCount; Index2++) {

Completed in 709 milliseconds