Searched refs:wait (Results 1 - 5 of 5) sorted by relevance

/solaris-x11-s12/open-src/kernel/i915/src/
H A Dintel_ddi.c1073 bool wait = false; local
1079 wait = true;
1087 if (wait)
1203 bool wait = false; local
1210 wait = true;
1219 if (wait)
H A Dintel_ringbuffer.h73 enum intel_ring_hangcheck_action { wait, active, kick, hung }; enumerator in enum:intel_ring_hangcheck_action
H A Di915_irq.c2384 DRM_ERROR("Kicking stuck wait on %s\n",
2400 return wait;
2459 * ring is in a legitimate wait for another
2472 case wait:
H A Di915_gem.c95 * Only wait 10 seconds for the gpu reset to complete to avoid hanging
693 * __wait_seqno - wait until execution of seqno has finished
697 * @interruptible: do an interruptible wait (normally yes)
698 * @timeout: in - how long to wait (NULL forever); out - how much time remaining
734 /* busy check is faster than cv wait on gen6+ */
742 * So the first wait busy check the seqno,
743 * the second wait force correct ordering
861 /* A nonblocking variant of the above wait. This is a highly dangerous routine
1705 if (ring->hangcheck.action != wait &&
1968 * -ERESTARTSYS: signal interrupted the wait
[all...]
/solaris-x11-s12/open-src/app/dsession/sun-src/
H A Ddsession.c27 #include <sys/wait.h>

Completed in 35 milliseconds