/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_gpu_load.c | 184 unsigned busy = p_atomic_read(&sscreen->mmio_counters.array[busy_index]); in si_read_mmio_counter() local 193 unsigned busy = (end & 0xffffffff) - (begin & 0xffffffff); in si_end_mmio_counter() local
|
/third_party/mesa3d/src/gallium/drivers/r600/ |
D | r600_gpu_load.c | 171 unsigned busy = p_atomic_read(&rscreen->mmio_counters.array[busy_index]); in r600_read_mmio_counter() local 181 unsigned busy = (end & 0xffffffff) - (begin & 0xffffffff); in r600_end_mmio_counter() local
|
D | r600_buffer_common.c | 54 bool busy = false; in r600_buffer_map_sync_with_rings() local
|
/third_party/mesa3d/src/gallium/auxiliary/hud/ |
D | hud_cpu.c | 271 uint64_t busy, total; in hud_cpu_graph_install() local 310 uint64_t busy, total; in hud_get_num_cpus() local
|
/third_party/libunwind/include/tdep-ia64/ |
D | script.h | 64 atomic_flag busy; /* is the script-cache busy? */ member
|
/third_party/pulseaudio/src/modules/ |
D | reserve-monitor.c | 46 unsigned busy:1; member
|
D | module-udev-detect.c | 183 bool busy = false; in is_card_busy() local 305 bool busy; in verify_access() local
|
/third_party/libdrm/tests/exynos/ |
D | exynos_fimg2d_event.c | 42 unsigned int busy; member
|
/third_party/ltp/testcases/kernel/io/ltp-aiodio/ |
D | aiocp.c | 50 static int busy = 0; // # of I/O's in flight variable
|
/third_party/nghttp2/src/ |
D | shrpx_memcached_connection.cc | 426 auto busy = false; in parse_packet() local
|
/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
|
/third_party/libdrm/amdgpu/ |
D | amdgpu_cs.c | 441 bool *busy) in amdgpu_ioctl_wait_cs() 472 bool busy = true; in amdgpu_cs_query_fence_status() local
|
D | amdgpu_bo.c | 509 bool *busy) in amdgpu_bo_wait_for_idle()
|
/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
|
/third_party/mesa3d/src/intel/vulkan/ |
D | anv_gem.c | 220 struct drm_i915_gem_busy busy = { in anv_gem_busy() local
|
/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 747 bool busy = dbg && !bo->idle; in bo_wait_with_stall_warning() local
|
/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 522 bool busy; in iris_bo_busy() local 1507 bool busy = dbg && !bo->idle; in bo_wait_with_stall_warning() local
|
/third_party/mesa3d/src/loader/ |
D | loader_dri3_helper.h | 68 bool busy; /* Set on swap, cleared on IdleNotify */ member
|
/third_party/mesa3d/src/gallium/winsys/radeon/drm/ |
D | radeon_drm_bo.c | 74 bool busy = false; in radeon_bo_is_busy() local
|
/third_party/mesa3d/src/gallium/auxiliary/vl/ |
D | vl_winsys_dri3.c | 62 bool busy; member
|
/third_party/glslang/glslang/MachineIndependent/preprocessor/ |
D | PpContext.h | 332 unsigned busy : 1; member
|
/third_party/mesa3d/src/intel/compiler/ |
D | brw_ir_performance.cpp | 1560 calculate_thread_throughput(const state &st, float busy) in calculate_thread_throughput()
|
/third_party/gstreamer/gstreamer/gst/ |
D | gstquery.c | 1077 gst_query_set_buffering_percent (GstQuery * query, gboolean busy, gint percent) in gst_query_set_buffering_percent() 1101 gst_query_parse_buffering_percent (GstQuery * query, gboolean * busy, in gst_query_parse_buffering_percent()
|
D | gstmessage.c | 904 GstElement * owner, gboolean busy) in gst_message_new_structure_change() 1697 GstStructureChangeType * type, GstElement ** owner, gboolean * busy) in gst_message_parse_structure_change()
|
/third_party/mesa3d/src/gallium/drivers/freedreno/ |
D | freedreno_resource.c | 860 bool busy = needs_flush || resource_busy(rsc, op); in resource_transfer_map() local
|