Lines Matching refs:to
2707 struct hrtimer_sleeper timeout, *to; in futex_wait() local
2718 to = futex_setup_timer(abs_time, &timeout, flags, in futex_wait()
2730 futex_wait_queue_me(hb, &q, to); in futex_wait()
2738 if (to && !to->task) in futex_wait()
2762 if (to) { in futex_wait()
2763 hrtimer_cancel(&to->timer); in futex_wait()
2764 destroy_hrtimer_on_stack(&to->timer); in futex_wait()
2799 struct hrtimer_sleeper timeout, *to; in futex_lock_pi() local
2812 to = futex_setup_timer(time, &timeout, FLAGS_CLOCKRT, 0); in futex_lock_pi()
2903 if (unlikely(to)) in futex_lock_pi()
2904 hrtimer_sleeper_start_expires(to, HRTIMER_MODE_ABS); in futex_lock_pi()
2906 ret = rt_mutex_wait_proxy_lock(&q.pi_state->pi_mutex, to, &rt_waiter); in futex_lock_pi()
2943 if (to) { in futex_lock_pi()
2944 hrtimer_cancel(&to->timer); in futex_lock_pi()
2945 destroy_hrtimer_on_stack(&to->timer); in futex_lock_pi()
3195 struct hrtimer_sleeper timeout, *to; in futex_wait_requeue_pi() local
3211 to = futex_setup_timer(abs_time, &timeout, flags, in futex_wait_requeue_pi()
3247 futex_wait_queue_me(hb, &q, to); in futex_wait_requeue_pi()
3250 ret = handle_early_requeue_pi_wakeup(hb, &q, &key2, to); in futex_wait_requeue_pi()
3295 ret = rt_mutex_wait_proxy_lock(pi_mutex, to, &rt_waiter); in futex_wait_requeue_pi()
3330 if (to) { in futex_wait_requeue_pi()
3331 hrtimer_cancel(&to->timer); in futex_wait_requeue_pi()
3332 destroy_hrtimer_on_stack(&to->timer); in futex_wait_requeue_pi()