Searched
full:busy (Results
501 -
525 of
1604) sorted by null
<<21222324252627282930>>
| /device/linaro/bootloader/edk2/UefiCpuPkg/Library/SmmCpuFeaturesLib/Ia32/ |
| SmiEntry.asm | 144 mov byte ptr [ebp + TSS_SEGMENT + 5], 89h ; clear busy flag
|
| SmiEntry.nasm | 131 mov byte [ebp + TSS_SEGMENT + 5], 0x89 ; clear busy flag
|
| /device/linaro/bootloader/edk2/UefiCpuPkg/Library/SmmCpuFeaturesLib/X64/ |
| SmiEntry.asm | 134 mov [rax + TSS_SEGMENT + 5], dl ; clear busy flag
|
| SmiEntry.nasm | 117 mov [rax + TSS_SEGMENT + 5], dl ; clear busy flag
|
| /device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/Ia32/ |
| SmiEntry.S | 137 movb $0x89, (TSS_SEGMENT + 5)(%ebp) # clear busy flag
|
| /device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/X64/ |
| SmiEntry.S | 136 movb %dl, (TSS_SEGMENT + 5)(%rax) # clear busy flag
|
| SmiEntry.asm | 133 mov [rax + TSS_SEGMENT + 5], dl ; clear busy flag
|
| /external/autotest/client/profilers/powertop/src/ |
| display.c | 263 * if the cpu is really busy.... then make it blue to indicate
|
| /external/autotest/client/site_tests/kernel_Ktime/ |
| kernel_Ktime.py | 175 # Sleep some amount of time to avoid busy waiting the entire time
|
| /external/fio/ |
| workqueue.c | 99 * Must be serialized by caller. Returns true for queued, false for busy.
|
| /external/kernel-headers/modified/scsi/ |
| scsi.h | 144 #define DID_BUS_BUSY 0x02 /* BUS stayed busy through time out period */
|
| scsi_proto.h | 217 #define BUSY 0x04
|
| /external/kernel-headers/original/scsi/ |
| scsi.h | 136 #define DID_BUS_BUSY 0x02 /* BUS stayed busy through time out period */
|
| scsi_proto.h | 215 #define BUSY 0x04
|
| /external/libmojo/mojo/edk/system/ |
| dispatcher.h | 218 // is deemed busy by the implementation.
|
| /external/linux-kselftest/tools/testing/selftests/memory-hotplug/ |
| mem-on-off-test.sh | 203 echo -e "\t\t FAILED - unable to offline some memory blocks, device busy?"
|
| /external/lisa/ipynb/thermal/ |
| ThermalSensorCharacterisation.ipynb | 14 "The goal of this experiment is to measure temperature on Juno R2 board using the available sensors. In order to do that we will run a busy-loop workload of about 5 minutes and collect traces for the `thermal_temperature` event.\n",
|
| /external/ltp/testcases/open_posix_testsuite/functional/threads/pi_test/ |
| README | 78 busy loop; the output of this count indicates how far they progress
|
| /external/ltp/testscripts/ |
| autofs1.sh | 242 echo "FAILED: unmounted a busy file system!"
|
| autofs4.sh | 227 echo "FAILED: unmounted a busy file system!"
|
| /external/mesa3d/src/gallium/drivers/freedreno/ |
| freedreno_resource.c | 509 bool busy = needs_flush || (0 != fd_bo_cpu_prep(rsc->bo, local 519 if (ctx->screen->reorder && busy && !(usage & PIPE_TRANSFER_READ)) { 521 needs_flush = busy = false; 550 if (busy) { [all...] |
| /external/nist-sip/java/gov/nist/javax/sip/parser/ |
| ReasonParser.java | 102 "Reason: SIP ;cause=600 ;text=\"Busy Everywhere\"\n",
|
| /external/pdfium/third_party/libopenjpeg20/ |
| thread.h | 218 * by the thread pool, and run by the first thread that is no longer busy.
|
| /external/protobuf/src/google/protobuf/testing/ |
| googletest.cc | 158 // TODO(kenton): Share duplicated code below. Too busy/lazy for now.
|
| /external/python/cpython2/Doc/library/ |
| winsound.rst | 134 Return immediately if the sound driver is busy.
|
Completed in 1275 milliseconds
<<21222324252627282930>>