Lines Matching defs:RET
125 #define DRM_SPIN_WAIT_ON(RET, Q, INTERLOCK, TICKS, CONDITION) do \ argument
199 #define _DRM_WAIT_UNTIL(RET, WAIT, Q, INTERLOCK, CONDITION) do \ argument
221 #define DRM_WAIT_NOINTR_UNTIL(RET, Q, I, C) \ argument
224 #define DRM_WAIT_UNTIL(RET, Q, I, C) \ argument
227 #define _DRM_TIMED_WAIT_UNTIL(RET, WAIT, Q, INTERLOCK, TICKS, CONDITION) do \ argument
266 #define DRM_TIMED_WAIT_NOINTR_UNTIL(RET, Q, I, T, C) \ argument
269 #define DRM_TIMED_WAIT_UNTIL(RET, Q, I, T, C) \ argument
279 #define _DRM_SPIN_WAIT_UNTIL(RET, WAIT, Q, INTERLOCK, CONDITION) do \ argument
296 #define DRM_SPIN_WAIT_NOINTR_UNTIL(RET, Q, I, C) \ argument
299 #define DRM_SPIN_WAIT_UNTIL(RET, Q, I, C) \ argument
302 #define _DRM_SPIN_TIMED_WAIT_UNTIL(RET, WAIT, Q, INTERLOCK, TICKS, CONDITION) \ argument
343 #define DRM_SPIN_TIMED_WAIT_NOINTR_UNTIL(RET, Q, I, T, C) \ argument
346 #define DRM_SPIN_TIMED_WAIT_UNTIL(RET, Q, I, T, C) \ argument