HomeSort by relevance Sort by last modified time
    Searched full:busy (Results 76 - 100 of 1604) sorted by null

1 2 34 5 6 7 8 91011>>

  /device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/
MpService.c 406 // The BUSY lock is initialized to Acquired state
408 AcquireSpinLockOrFail (mSmmMpSyncData->CpuData[CpuIndex].Busy);
425 AcquireSpinLock (mSmmMpSyncData->CpuData[Index].Busy);
426 ReleaseSpinLock (mSmmMpSyncData->CpuData[Index].Busy);
668 // BUSY should be acquired by SmmStartupThisAp()
671 !AcquireSpinLockOrFail (mSmmMpSyncData->CpuData[CpuIndex].Busy)
682 // Release BUSY
684 ReleaseSpinLock (mSmmMpSyncData->CpuData[CpuIndex].Busy);
908 @retval EFI_INVALID_PARAMETER The AP specified by CpuNumber is busy
942 AcquireSpinLock (mSmmMpSyncData->CpuData[CpuIndex].Busy);
    [all...]
  /art/test/911-get-stack-trace/src/art/
Recurse.java 55 // Busy-loop.
  /device/google/contexthub/firmware/os/inc/
hostIntf.h 82 void hostIntfSetBusy(bool busy);
  /device/linaro/bootloader/arm-trusted-firmware/plat/mediatek/mt8173/drivers/rtc/
rtc.c 13 /* RTC busy status polling interval and retry count */
  /external/linux-kselftest/tools/testing/selftests/rcutorture/formal/srcu-cbmc/src/
misc.h 24 /* Abuse udelay to make sure that busy loops terminate. */
  /external/mesa3d/src/gallium/auxiliary/hud/
hud_cpu.c 184 uint64_t busy, total; local
187 if (cpu_index != ALL_CPUS && !get_cpu_stats(cpu_index, &busy, &total)) {
225 uint64_t busy, total; local
228 while (get_cpu_stats(i, &busy, &total))
hud_driver_query.c 30 * keep a list of busy queries in a ring. We read only those queries which
95 "gallium_hud: all queries busy after %i frames, dropping data.\n",
206 /* Ring of queries. If a query is busy, we use another slot. */
257 /* the oldest query is busy */
259 /* all queries are busy, throw away the last query and create
262 "gallium_hud: all queries are busy after %i frames, "
271 /* the last query is busy, we need to add a new one we can use
  /external/perfetto/src/ftrace_reader/test/data/android_seed_N2F62_3.10.49/events/kgsl/kgsl_pwrstats/
format 15 print fmt: "d_name=%s total=%lld busy=%lld ram_time=%lld ram_wait=%lld", __get_str(device_name), REC->total_time, REC->busy_time, REC->ram_time, REC->ram_wait
  /external/perfetto/src/ftrace_reader/test/data/android_walleye_OPM5.171019.017.A1_4.4.88/events/kgsl/kgsl_pwrstats/
format 16 print fmt: "d_name=%s total=%lld busy=%lld ram_time=%lld ram_wait=%lld context_count=%u", __get_str(device_name), REC->total_time, REC->busy_time, REC->ram_time, REC->ram_wait, REC->context_count
  /external/valgrind/gdbserver_tests/
mcinvokeRU.vgtest 7 # as the Valgrind process is always busy, we do not need the vgdb.invoker prereq.
  /hardware/interfaces/contexthub/1.0/
IContexthub.hal 86 * TRANSACTION_PENDING if hub is busy with another
109 * TRANSACTION_PENDING if hub is busy with another
130 * TRANSACTION_PENDING if hub is busy with another
151 * TRANSACTION_PENDING if hub is busy with another
  /hardware/interfaces/neuralnetworks/1.0/
IDevice.hal 30 * - DEVICE_UNAVAILABLE if driver is offline or busy
47 * - DEVICE_UNAVAILABLE if driver is offline or busy
108 * - DEVICE_UNAVAILABLE if driver is offline or busy
121 * - DeviceStatus::BUSY
  /packages/apps/Nfc/nci/jni/
Pn544Interop.h 45 ** Returns: True if the code is busy.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/mmc/
ioctl.h 22 * a "busy" indicator for read operations).
  /toolchain/binutils/binutils-2.27/gprof/
cg_dfn.h 25 * Flags which mark a symbol as topologically ``busy'' or as
  /external/kernel-headers/original/uapi/scsi/fc/
fc_fs.h 109 FC_RCTL_P_BSY = 0xc4, /* port busy */
110 FC_RCTL_F_BSY = 0xc5, /* fabric busy to data frame */
111 FC_RCTL_F_BSYL = 0xc6, /* fabric busy to link control frame */
144 [FC_RCTL_P_BSY] = "LC port busy", \
145 [FC_RCTL_F_BSY] = "LC fabric busy to data frame", \
146 [FC_RCTL_F_BSYL] = "LC fabric busy to link control frame",\
278 FC_BA_RJT_LOG_BUSY = 0x05, /* logical busy */
  /external/libdrm/tests/exynos/
exynos_fimg2d_event.c 35 unsigned int busy; member in struct:g2d_job
57 job->busy = 0;
108 while (jobs[i].busy)
119 if (jobs[i].busy == 0)
167 j->busy = 1;
  /external/libmtp/logs/
mtp-detect-samsung-gt-i9300.txt 176 inep: usb_get_endpoint_status(): Device or resource busy
177 outep: usb_get_endpoint_status(): Device or resource busy
178 usb_clear_halt() on IN endpoint: Device or resource busy
179 usb_clear_halt() on OUT endpoint: Device or resource busy
180 usb_clear_halt() on INTERRUPT endpoint: Device or resource busy
  /external/python/cpython2/Lib/plat-mac/lib-scriptpackages/Terminal/
Terminal_Suite.py 98 """busy - Is the window busy running a process? """
99 which = 'busy'
191 'busy' : _Prop_busy,
224 'busy' : _Prop_busy,
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/lib-scriptpackages/Terminal/
Terminal_Suite.py 98 """busy - Is the window busy running a process? """
99 which = 'busy'
191 'busy' : _Prop_busy,
224 'busy' : _Prop_busy,
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/Terminal/
Terminal_Suite.py 98 """busy - Is the window busy running a process? """
99 which = 'busy'
191 'busy' : _Prop_busy,
224 'busy' : _Prop_busy,
  /external/ltp/testcases/kernel/io/ltp-aiodio/
aiocp.c 50 static int busy = 0; // # of I/O's in flight variable
236 --busy;
264 --busy;
501 int n = MIN(MIN(aio_maxio - busy, aio_maxio),
530 busy += n;
532 printf("io_submit(%d) busy:%d\n", n, busy);
550 printf("busy:%d aio_maxio:%d tocopy:%d\n",
551 busy, aio_maxio, tocopy);
  /device/linaro/bootloader/edk2/EmbeddedPkg/Drivers/Lan9118Dxe/
Lan9118DxeUtil.c 100 // Wait until CSR busy bit is cleared
103 // Set CSR busy bit to ensure read will occur
111 // Wait until CSR busy bit is cleared
179 // Wait until CSR busy bit is cleared
182 // Set CSR busy bit to ensure read will occur
193 // Wait until CSR busy bit is cleared
211 // Wait for busy bit to clear
217 // Set the MII busy bit to allow read
223 // Wait for busy bit to clear
246 // Wait for busy bit to clear
    [all...]
  /external/adhd/cras/src/server/
cras_dsp_pipeline.c 479 static void use_buffers(char *busy, audio_port_array *audio_ports)
485 while (busy[k])
488 busy[k] = 1;
492 static void unuse_buffers(char *busy, audio_port_array *audio_ports)
498 busy[audio_port->buf_index] = 0;
508 char *busy; local
547 busy = calloc(peak_buf, sizeof(*busy));
584 use_buffers(busy, &instance->output_audio_ports);
585 unuse_buffers(busy, &instance->input_audio_ports)
    [all...]
  /external/kernel-headers/original/uapi/linux/
joystick.h 120 __s32 BUSY;
129 __s32 BUSY;

Completed in 1330 milliseconds

1 2 34 5 6 7 8 91011>>