Lines Matching refs:busy
259 struct drm_i915_gem_busy busy = { .handle = bo->gem_handle };
261 int ret = intel_ioctl(bufmgr->fd, DRM_IOCTL_I915_GEM_BUSY, &busy);
263 bo->idle = !busy.busy;
264 return busy.busy;
307 /* If the last BO in the cache is busy, there are no idle BOs. Bail,
689 /* Stop once we reach a busy BO - all others past this point were
690 * freed more recently so are likely also busy.
747 bool busy = dbg && !bo->idle;
748 double elapsed = unlikely(busy) ? -get_time() : 0.0;
752 if (unlikely(busy)) {
755 perf_debug(dbg, "%s a busy \"%s\" BO stalled and took %.03f ms.\n",