Lines Matching refs:__ret
162 long __ret = ret; \
172 __ret = __int; \
179 __out: __ret; \
196 __ret = schedule_timeout(__ret))
200 long __ret = timeout; \
202 __ret = __swait_event_timeout(wq, condition, timeout); \
203 __ret; \
212 int __ret = 0; \
214 __ret = __swait_event_interruptible(wq, condition); \
215 __ret; \
221 __ret = schedule_timeout(__ret))
225 long __ret = timeout; \
227 __ret = __swait_event_interruptible_timeout(wq, \
229 __ret; \
257 __ret = schedule_timeout(__ret))
280 long __ret = timeout; \
282 __ret = __swait_event_idle_timeout(wq, \
284 __ret; \