Searched refs:ap_poll_timer (Results 1 – 1 of 1) sorted by relevance
159 static struct hrtimer ap_poll_timer; variable418 if (!hrtimer_is_queued(&ap_poll_timer)) { in ap_wait()422 hrtimer_forward_now(&ap_poll_timer, hr_time); in ap_wait()423 hrtimer_restart(&ap_poll_timer); in ap_wait()1467 hrtimer_cancel(&ap_poll_timer); in poll_timeout_store()1468 hrtimer_set_expires(&ap_poll_timer, hr_time); in poll_timeout_store()1469 hrtimer_start_expires(&ap_poll_timer, HRTIMER_MODE_ABS); in poll_timeout_store()2473 hrtimer_cancel(&ap_poll_timer); in ap_async_exit()2490 hrtimer_setup(&ap_poll_timer, ap_poll_timeout, CLOCK_MONOTONIC, HRTIMER_MODE_ABS); in ap_async_init()2512 hrtimer_cancel(&ap_poll_timer); in ap_async_init()