Searched refs:os_time_timeout (Results 1 – 6 of 6) sorted by relevance
/third_party/mesa3d/src/gallium/winsys/virgl/common/ |
D | virgl_resource_cache.c | 65 if (!os_time_timeout(entry->timeout_start, entry->timeout_end, now)) in virgl_resource_cache_destroy_expired() 135 if (os_time_timeout(entry->timeout_start, entry->timeout_end, now)) in virgl_resource_cache_remove_compatible()
|
/third_party/mesa3d/src/util/ |
D | os_time.h | 90 os_time_timeout(int64_t start, in os_time_timeout() function
|
D | os_time.c | 159 if (os_time_timeout(start_time, end_time, os_time_get_nano())) in os_wait_until_zero()
|
/third_party/mesa3d/src/gallium/auxiliary/pipebuffer/ |
D | pb_cache.c | 68 if (!os_time_timeout(entry->start, entry->end, current_time)) in release_expired_buffers_locked() 174 else if (os_time_timeout(cur_entry->start, cur_entry->end, now)) in pb_cache_reclaim_buffer()
|
/third_party/mesa3d/src/gallium/drivers/r600/ |
D | r600_gpu_load.c | 129 if (os_time_timeout(last_time, last_time + period_us, in r600_gpu_load_thread()
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_gpu_load.c | 145 if (os_time_timeout(last_time, last_time + period_us, cur_time)) in si_gpu_load_thread()
|