Searched refs:condition (Results 1 - 2 of 2) sorted by relevance

/solaris-x11-s12/open-src/kernel/sys/drm/
H A DdrmP.h311 #define DRM_WAIT_ON(ret, q, timeout, condition) \
313 while (!(condition)) { \
328 #define DRM_WAIT(ret, q, condition) \
330 if (!(condition)) { \
333 if (!(condition)) { \
335 if (wait_for(condition, 3000)) \
1213 kmutex_t irq_lock; /* protects irq condition checks */
/solaris-x11-s12/open-src/kernel/mdb/modules/
H A Di915.c875 int condition = 1; local
903 while (condition) {
955 int condition = 1; local
978 while (condition) {

Completed in 20 milliseconds