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

/solaris-x11-s12/open-src/kernel/i915/src/
H A Di915_drm.h864 /** Handle of the buffer to check for busy */
867 /** Return busy status (1 if busy, 0 if idle).
870 * 16:31 - busy (r or r/w) rings (16 render, 17 bsd, 18 blt, etc)
872 __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.c734 /* busy check is faster than cv wait on gen6+ */
742 * So the first wait busy check the seqno,
1903 /* Come back later if the device is busy... */
1941 * Ensures that an object will eventually get non-busy by flushing any required
1967 * -ETIME: object is still busy after timeout
1976 * The wait ioctl with a timeout of 0 reimplements the busy ioctl. With any
1980 * function completes. A similar but shorter * race condition exists in the busy
2023 * on this IOCTL with a 0 timeout (like busy ioctl)
3258 /* Count all active objects as busy, even if they are currently not used
3260 * become non-busy withou
[all...]

Completed in 29 milliseconds