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

/solaris-x11-s11/open-src/kernel/efb/src/
H A Ddrm_linux.h178 * The actual code for _wait_for() causes Solaris lint2 to fail, though
181 * we create a special lint version for _wait_for().
183 #define _wait_for(COND, MS, W) (! (COND)) macro
185 #define _wait_for(COND, MS, W) ({ \ macro
199 #define wait_for(COND, MS) _wait_for(COND, MS, 1)
200 #define wait_for_atomic(COND, MS) _wait_for(COND, MS, 0)
/solaris-x11-s11/open-src/kernel/sys/drm/
H A Ddrm_linux.h186 * The actual code for _wait_for() causes Solaris lint2 to fail, though
189 * we create a special lint version for _wait_for().
191 #define _wait_for(COND, MS, W) (! (COND)) macro
193 #define _wait_for(COND, MS, W) ({ \ macro
207 #define wait_for(COND, MS) _wait_for(COND, MS, 1)
208 #define wait_for_atomic(COND, MS) _wait_for(COND, MS, 0)
/solaris-x11-s11/open-src/kernel/i915/src/
H A Dintel_dp.c932 if (_wait_for((I915_READ(pp_stat_reg) & mask) == value, 5000, 10)) {

Completed in 46 milliseconds