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; \
420 int __ret = 0; \
423 __ret = __wait_event_interruptible(wq, condition); \
424 __ret; \
430 __ret = schedule_timeout(__ret))
454 long __ret = timeout; \
457 __ret = __wait_event_interruptible_timeout(wq, \
459 __ret; \
464 int __ret = 0; \
475 __ret = ___wait_event(wq, condition, state, 0, 0, \
477 __ret = -ETIME; \
484 __ret; \
505 int __ret = 0; \
508 __ret = __wait_event_hrtimeout(wq, condition, timeout, \
510 __ret; \
531 long __ret = 0; \
534 __ret = __wait_event_hrtimeout(wq, condition, timeout, \
536 __ret; \
545 int __ret = 0; \
548 __ret = __wait_event_interruptible_exclusive(wq, condition);\
549 __ret; \
559 int __ret = 0; \
562 __ret = __wait_event_freezable_exclusive(wq, condition);\
563 __ret; \
569 int __ret = 0; \
578 __ret = -ERESTARTSYS; \
593 __ret; \
734 int __ret = 0; \
737 __ret = __wait_event_killable(wq, condition); \
738 __ret; \
841 int __ret = 0; \
843 __ret = __wait_event_interruptible_lock_irq(wq, \
845 __ret; \
872 int __ret = 0; \
874 __ret = __wait_event_interruptible_lock_irq(wq, \
876 __ret; \
884 __ret = schedule_timeout(__ret); \
914 long __ret = timeout; \
916 __ret = __wait_event_interruptible_lock_irq_timeout( \
918 __ret; \