/third_party/mesa3d/src/gallium/drivers/r600/ |
D | r600_gpu_load.c | 77 p_atomic_inc(&counters->named.field.busy); \ 171 unsigned busy = p_atomic_read(&rscreen->mmio_counters.array[busy_index]); in r600_read_mmio_counter() local 174 return busy | ((uint64_t)idle << 32); in r600_read_mmio_counter() 181 unsigned busy = (end & 0xffffffff) - (begin & 0xffffffff); in r600_end_mmio_counter() local 190 if (idle || busy) { in r600_end_mmio_counter() 191 return busy*100 / (busy + idle); in r600_end_mmio_counter() 201 #define BUSY_INDEX(rscreen, field) (&rscreen->mmio_counters.named.field.busy - \
|
D | r600_buffer_common.c | 54 bool busy = false; in r600_buffer_map_sync_with_rings() local 75 busy = true; in r600_buffer_map_sync_with_rings() 86 busy = true; in r600_buffer_map_sync_with_rings() 90 if (busy || !ctx->ws->buffer_wait(ctx->ws, resource->buf, 0, rusage)) { in r600_buffer_map_sync_with_rings()
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_gpu_load.c | 75 p_atomic_inc(&counters->named.field.busy); \ 184 unsigned busy = p_atomic_read(&sscreen->mmio_counters.array[busy_index]); in si_read_mmio_counter() local 187 return busy | ((uint64_t)idle << 32); in si_read_mmio_counter() 193 unsigned busy = (end & 0xffffffff) - (begin & 0xffffffff); in si_end_mmio_counter() local 202 if (idle || busy) { in si_end_mmio_counter() 203 return busy * 100 / (busy + idle); in si_end_mmio_counter() 214 (&sscreen->mmio_counters.named.field.busy - sscreen->mmio_counters.array)
|
/third_party/pulseaudio/src/modules/ |
D | reserve-monitor.c | 46 unsigned busy:1; member 106 unsigned old_busy = m->busy; in filter_handler() 108 m->busy = get_busy(c, new); in filter_handler() 110 if (m->busy != old_busy && m->change_cb) { in filter_handler() 194 m->busy = get_busy(m->connection, name_owner); in rm_watch() 247 return m->busy; in rm_busy()
|
D | module-udev-detect.c | 183 bool busy = false; in is_card_busy() local 258 busy = true; in is_card_busy() 279 return busy; in is_card_busy() 305 bool busy; in verify_access() local 314 busy = is_card_busy(path_get_card_id(d->path)); in verify_access() 315 pa_log_debug("%s is busy: %s", d->path, pa_yes_no(busy)); in verify_access() 317 if (!busy) { in verify_access()
|
/third_party/libdrm/tests/exynos/ |
D | exynos_fimg2d_event.c | 42 unsigned int busy; member 64 job->busy = 0; in g2d_event_handler() 115 while (jobs[i].busy) in wait_all_jobs() 126 if (jobs[i].busy == 0) in free_job() 174 j->busy = 1; in g2d_work()
|
/third_party/ltp/testcases/kernel/io/ltp-aiodio/ |
D | aiocp.c | 49 static long long busy; variable 111 --busy; in async_write_done() 167 busy = 0; in async_run() 170 n = MIN(aionum - busy, tocopy); in async_run() 195 busy += n; in async_run()
|
/third_party/ltp/tools/sparse/sparse-src/ |
D | example.c | 102 unsigned busy:16, member 386 if (reg->busy) in flush_reg() 387 output_comment(state, "reg %s flushed while busy is %d!", reg->name, reg->busy); in flush_reg() 508 if (!reg->busy) { in target_reg() 533 …t_comment(state, "found pseudo %s in reg %s (busy=%d)", show_pseudo(pseudo), reg->name, reg->busy); in find_in_reg() 667 if (src->busy == 1 && src->dead == 1) in copy_reg() 694 op->reg->busy--; in put_operand() 699 op->base->busy--; in put_operand() 701 op->index->busy--; in put_operand() 720 op->reg->busy++; in get_register_operand() [all …]
|
/third_party/mesa3d/src/intel/vulkan/ |
D | anv_gem.c | 220 struct drm_i915_gem_busy busy = { in anv_gem_busy() local 224 int ret = intel_ioctl(device->fd, DRM_IOCTL_I915_GEM_BUSY, &busy); in anv_gem_busy() 228 return busy.busy != 0; in anv_gem_busy()
|
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/java/com/google/sample/oboe/manualtest/ |
D | RoundTripLatencyActivity.java | 358 boolean busy = running || mLatencyAverager.isActive(); in updateButtons() 359 mMeasureButton.setEnabled(!busy); in updateButtons() 360 mAverageButton.setEnabled(!busy); in updateButtons() 362 mShareButton.setEnabled(!busy && mHasRecording); in updateButtons()
|
/third_party/mesa3d/src/gallium/auxiliary/hud/ |
D | hud_cpu.c | 271 uint64_t busy, total; in hud_cpu_graph_install() local 274 if (cpu_index != ALL_CPUS && !get_cpu_stats(cpu_index, &busy, &total)) { in hud_cpu_graph_install() 310 uint64_t busy, total; in hud_get_num_cpus() local 313 while (get_cpu_stats(i, &busy, &total)) in hud_get_num_cpus()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
D | acs.c | 296 long double factor, busy, total; in acs_survey_interference_factor() local 299 busy = survey->channel_time_busy; in acs_survey_interference_factor() 301 busy = survey->channel_time_rx; in acs_survey_interference_factor() 312 busy -= survey->channel_time_tx; in acs_survey_interference_factor() 318 (total ? (busy / total) : 0) * in acs_survey_interference_factor()
|
/third_party/python/Tools/demo/ |
D | sortvisu.py | 489 self.busy = 0 562 if self.busy: 593 if self.busy: 596 self.busy = 1 604 self.busy = 0 607 if not self.busy: 613 if not self.busy: 621 if self.busy:
|
/third_party/mesa3d/docs/drivers/ |
D | vc4.rst | 194 The primary question is figuring out whether the CPU is busy in your 195 application, the CPU is busy in the GL driver, the GPU is waiting for 203 sysprof. If it's not very high, is the GPU staying busy? We don't have 206 means that the GPU is currently busy processing some rendering job. 210 If the CPU is totally busy and the GPU isn't terribly busy, there is 230 If the CPU is not very busy and the GPU is not very busy, then we're 247 * Debugging for GPU fully busy
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
D | acs.c | 305 long double factor, busy, total; in acs_survey_interference_factor() local 308 busy = survey->channel_time_busy; in acs_survey_interference_factor() 310 busy = survey->channel_time_rx; in acs_survey_interference_factor() 319 busy -= survey->channel_time_tx; in acs_survey_interference_factor() 325 (total ? (busy / total) : 0) * in acs_survey_interference_factor()
|
/third_party/node/deps/nghttp2/lib/ |
D | nghttp2_session.c | 5816 int busy = 0; in nghttp2_session_mem_recv() local 5943 busy = 1; in nghttp2_session_mem_recv() 6008 busy = 1; in nghttp2_session_mem_recv() 6036 busy = 1; in nghttp2_session_mem_recv() 6066 busy = 1; in nghttp2_session_mem_recv() 6094 busy = 1; in nghttp2_session_mem_recv() 6112 busy = 1; in nghttp2_session_mem_recv() 6159 busy = 1; in nghttp2_session_mem_recv() 6187 busy = 1; in nghttp2_session_mem_recv() 6203 busy = 1; in nghttp2_session_mem_recv() [all …]
|
/third_party/nghttp2/lib/ |
D | nghttp2_session.c | 5821 int busy = 0; in nghttp2_session_mem_recv() local 5948 busy = 1; in nghttp2_session_mem_recv() 6013 busy = 1; in nghttp2_session_mem_recv() 6041 busy = 1; in nghttp2_session_mem_recv() 6071 busy = 1; in nghttp2_session_mem_recv() 6099 busy = 1; in nghttp2_session_mem_recv() 6117 busy = 1; in nghttp2_session_mem_recv() 6164 busy = 1; in nghttp2_session_mem_recv() 6192 busy = 1; in nghttp2_session_mem_recv() 6208 busy = 1; in nghttp2_session_mem_recv() [all …]
|
/third_party/mesa3d/src/gallium/drivers/crocus/ |
D | crocus_bufmgr.c | 259 struct drm_i915_gem_busy busy = { .handle = bo->gem_handle }; in crocus_bo_busy() local 261 int ret = intel_ioctl(bufmgr->fd, DRM_IOCTL_I915_GEM_BUSY, &busy); in crocus_bo_busy() 263 bo->idle = !busy.busy; in crocus_bo_busy() 264 return busy.busy; in crocus_bo_busy() 747 bool busy = dbg && !bo->idle; in bo_wait_with_stall_warning() local 748 double elapsed = unlikely(busy) ? -get_time() : 0.0; in bo_wait_with_stall_warning() 752 if (unlikely(busy)) { in bo_wait_with_stall_warning()
|
/third_party/node/deps/undici/src/docs/api/ |
D | api-lifecycle.md | 17 …ing, the *needDrain* event transitions the `Client` into the **processing.busy** state which will … 50 …ires draining, the *needDrain* event transitions to the [**processing.busy**](#busy) sub-state. Th… 52 #### busy subsubsection
|
/third_party/FreeBSD/sys/kern/ |
D | subr_bus.c | 100 int busy; /**< count of calls to device_busy() */ member 1155 if (dev->busy == 0 && dev->parent) in device_busy() 1157 dev->busy++; in device_busy() 1168 if (dev->busy != 0 && dev->state != DS_BUSY && in device_unbusy() 1172 dev->busy--; in device_unbusy() 1173 if (dev->busy == 0) { in device_unbusy() 1380 dev->busy = 0; in make_device() 1668 KASSERT(dev->busy == 0, ("attach failed but busy")); in device_attach() 1686 if (dev->busy) in device_attach() 2903 dev->busy)); in print_device_short()
|
/third_party/mesa3d/src/gallium/drivers/iris/ |
D | iris_bufmgr.c | 443 struct drm_i915_gem_busy busy = { .handle = bo->gem_handle }; in iris_bo_busy_gem() local 445 int ret = intel_ioctl(bufmgr->fd, DRM_IOCTL_I915_GEM_BUSY, &busy); in iris_bo_busy_gem() 447 return busy.busy; in iris_bo_busy_gem() 522 bool busy; in iris_bo_busy() local 524 busy = iris_bo_busy_gem(bo); in iris_bo_busy() 526 busy = iris_bo_busy_syncobj(bo); in iris_bo_busy() 528 bo->idle = !busy; in iris_bo_busy() 530 return busy; in iris_bo_busy() 1507 bool busy = dbg && !bo->idle; in bo_wait_with_stall_warning() local 1508 double elapsed = unlikely(busy) ? -get_time() : 0.0; in bo_wait_with_stall_warning() [all …]
|
/third_party/skia/third_party/externals/microhttpd/doc/chapters/ |
D | largerpost.inc | 5 clients concurrently uploading, responding with a proper busy message if necessary. 20 If there are too many clients uploading, we want the server to respond to all requests with a busy 24 "<html><body>This server is busy, please try again later.</body></html>"; 87 The decision whether the server is busy or not is made right at the beginning of the connection. To 109 If the server is not busy, the @code{connection_info} structure is initialized as usual, with
|
/third_party/nghttp2/src/ |
D | shrpx_memcached_connection.cc | 426 auto busy = false; in parse_packet() local 509 busy = true; in parse_packet() 528 busy = true; in parse_packet() 571 if (!busy && in == recvbuf_.last) { in parse_packet()
|
/third_party/mesa3d/src/gallium/auxiliary/vl/ |
D | vl_winsys_dri3.c | 62 bool busy; member 166 buf->busy = false; in dri3_handle_present_event() 210 if (!buffer || !buffer->busy) in dri3_find_back() 350 if (buffer && !buffer->busy && in dri3_get_back_buffer() 602 back->busy = true; in vl_dri3_flush_frontbuffer()
|
/third_party/libunwind/libunwind/include/tdep-ia64/ |
D | script.h | 64 atomic_flag busy; /* is the script-cache busy? */ member
|