Home
last modified time | relevance | path

Searched defs:busy (Results 1 – 25 of 57) sorted by relevance

123

/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_gpu_load.c184 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/
Dr600_gpu_load.c171 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
Dr600_buffer_common.c54 bool busy = false; in r600_buffer_map_sync_with_rings() local
/third_party/mesa3d/src/gallium/auxiliary/hud/
Dhud_cpu.c271 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/
Dscript.h64 atomic_flag busy; /* is the script-cache busy? */ member
/third_party/pulseaudio/src/modules/
Dreserve-monitor.c46 unsigned busy:1; member
Dmodule-udev-detect.c183 bool busy = false; in is_card_busy() local
305 bool busy; in verify_access() local
/third_party/libdrm/tests/exynos/
Dexynos_fimg2d_event.c42 unsigned int busy; member
/third_party/ltp/testcases/kernel/io/ltp-aiodio/
Daiocp.c50 static int busy = 0; // # of I/O's in flight variable
/third_party/nghttp2/src/
Dshrpx_memcached_connection.cc426 auto busy = false; in parse_packet() local
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
Dacs.c296 long double factor, busy, total; in acs_survey_interference_factor() local
/third_party/libdrm/amdgpu/
Damdgpu_cs.c441 bool *busy) in amdgpu_ioctl_wait_cs()
472 bool busy = true; in amdgpu_cs_query_fence_status() local
Damdgpu_bo.c509 bool *busy) in amdgpu_bo_wait_for_idle()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
Dacs.c305 long double factor, busy, total; in acs_survey_interference_factor() local
/third_party/mesa3d/src/intel/vulkan/
Danv_gem.c220 struct drm_i915_gem_busy busy = { in anv_gem_busy() local
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_bufmgr.c259 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/
Diris_bufmgr.c443 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/
Dloader_dri3_helper.h68 bool busy; /* Set on swap, cleared on IdleNotify */ member
/third_party/mesa3d/src/gallium/winsys/radeon/drm/
Dradeon_drm_bo.c74 bool busy = false; in radeon_bo_is_busy() local
/third_party/mesa3d/src/gallium/auxiliary/vl/
Dvl_winsys_dri3.c62 bool busy; member
/third_party/glslang/glslang/MachineIndependent/preprocessor/
DPpContext.h332 unsigned busy : 1; member
/third_party/mesa3d/src/intel/compiler/
Dbrw_ir_performance.cpp1560 calculate_thread_throughput(const state &st, float busy) in calculate_thread_throughput()
/third_party/gstreamer/gstreamer/gst/
Dgstquery.c1077 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()
Dgstmessage.c904 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/
Dfreedreno_resource.c860 bool busy = needs_flush || resource_busy(rsc, op); in resource_transfer_map() local

123