Lines Matching refs:__ret
191 if (__cond && !__ret) \
192 __ret = 1; \
193 __cond || !__ret; \
216 long __ret = ret; /* explicit shadow */ \
231 __ret = __int; \
243 __out: __ret; \
303 int __ret = 0; \
306 __ret = __wait_event_freezable(wq, condition); \
307 __ret; \
313 __ret = schedule_timeout(__ret))
336 long __ret = timeout; \
339 __ret = __wait_event_timeout(wq, condition, timeout); \
340 __ret; \
346 __ret = schedule_timeout(__ret); try_to_freeze())
354 long __ret = timeout; \
357 __ret = __wait_event_freezable_timeout(wq, condition, timeout); \
358 __ret; \
407 int __ret = 0; \
410 __ret = __wait_event_interruptible(wq, condition); \
411 __ret; \
417 __ret = schedule_timeout(__ret))
441 long __ret = timeout; \
444 __ret = __wait_event_interruptible_timeout(wq, \
446 __ret; \
451 int __ret = 0; \
462 __ret = ___wait_event(wq, condition, state, 0, 0, \
464 __ret = -ETIME; \
471 __ret; \
492 int __ret = 0; \
495 __ret = __wait_event_hrtimeout(wq, condition, timeout, \
497 __ret; \
518 long __ret = 0; \
521 __ret = __wait_event_hrtimeout(wq, condition, timeout, \
523 __ret; \
532 int __ret = 0; \
535 __ret = __wait_event_interruptible_exclusive(wq, condition);\
536 __ret; \
546 int __ret = 0; \
549 __ret = __wait_event_freezable_exclusive(wq, condition);\
550 __ret; \
556 int __ret = 0; \
565 __ret = -ERESTARTSYS; \
580 __ret; \
721 int __ret = 0; \
724 __ret = __wait_event_killable(wq, condition); \
725 __ret; \
828 int __ret = 0; \
830 __ret = __wait_event_interruptible_lock_irq(wq, \
832 __ret; \
859 int __ret = 0; \
861 __ret = __wait_event_interruptible_lock_irq(wq, \
863 __ret; \
871 __ret = schedule_timeout(__ret); \
901 long __ret = timeout; \
903 __ret = __wait_event_interruptible_lock_irq_timeout( \
905 __ret; \