Lines Matching refs:busy
736 /* busy check is faster than cv wait on gen6+ */
744 * So the first wait busy check the seqno,
1884 /* Come back later if the device is busy... */
1922 * Ensures that an object will eventually get non-busy by flushing any required
1948 * -ETIME: object is still busy after timeout
1957 * The wait ioctl with a timeout of 0 reimplements the busy ioctl. With any
1961 * function completes. A similar but shorter * race condition exists in the busy
2004 * on this IOCTL with a 0 timeout (like busy ioctl)
3239 /* Count all active objects as busy, even if they are currently not used
3241 * become non-busy without any further actions, therefore emit any
3246 args->busy = obj->active;
3248 args->busy |= intel_ring_flag(obj->ring) << 16;