Lines Matching refs:__ret
175 long __ret = ret; \
185 __ret = __int; \
192 __out: __ret; \
209 __ret = schedule_timeout(__ret))
213 long __ret = timeout; \
215 __ret = __swait_event_timeout(wq, condition, timeout); \
216 __ret; \
225 int __ret = 0; \
227 __ret = __swait_event_interruptible(wq, condition); \
228 __ret; \
234 __ret = schedule_timeout(__ret))
238 long __ret = timeout; \
240 __ret = __swait_event_interruptible_timeout(wq, \
242 __ret; \
270 __ret = schedule_timeout(__ret))
293 long __ret = timeout; \
295 __ret = __swait_event_idle_timeout(wq, \
297 __ret; \