Lines Matching refs:to
504 struct hrtimer_sleeper *to) in futex_sleep_multiple() argument
506 if (to && !to->task) in futex_sleep_multiple()
532 struct hrtimer_sleeper *to) in futex_wait_multiple() argument
536 if (to) in futex_wait_multiple()
537 hrtimer_sleeper_start_expires(to, HRTIMER_MODE_ABS); in futex_wait_multiple()
549 futex_sleep_multiple(vs, count, to); in futex_wait_multiple()
557 if (to && !to->task) in futex_wait_multiple()
641 struct hrtimer_sleeper timeout, *to; in futex_wait() local
652 to = futex_setup_timer(abs_time, &timeout, flags, in futex_wait()
664 futex_wait_queue(hb, &q, to); in futex_wait()
671 if (to && !to->task) in futex_wait()
695 if (to) { in futex_wait()
696 hrtimer_cancel(&to->timer); in futex_wait()
697 destroy_hrtimer_on_stack(&to->timer); in futex_wait()