Searched defs:_wait_for (Results 1 - 2 of 2) sorted by relevance
/solaris-x11-s11/open-src/kernel/efb/src/ |
H A D | drm_linux.h | 178 * 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 D | drm_linux.h | 186 * 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)
|
Completed in 12 milliseconds