Searched refs:busy (Results 1 - 3 of 3) sorted by relevance

/solaris-x11-s11/open-src/kernel/i915/src/
H A Di915_drm.h783 /** Handle of the buffer to check for busy */
786 /** Return busy status (1 if busy, 0 if idle).
789 * 16:31 - busy (r or r/w) rings (16 render, 17 bsd, 18 blt, etc)
791 __u32 busy; member in struct:drm_i915_gem_busy
H A Di915_irq.c2433 bool busy = true; local
2449 busy = false;
2454 * if the ring is busy and still processing
2498 busy_count += busy;
H A Di915_gem.c736 /* 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 withou
[all...]

Completed in 76 milliseconds