Searched refs:ap_poll_timer (Results 1 – 1 of 1) sorted by relevance
120 static struct hrtimer ap_poll_timer; variable425 if (!hrtimer_is_queued(&ap_poll_timer)) { in ap_wait()429 hrtimer_forward_now(&ap_poll_timer, hr_time); in ap_wait()430 hrtimer_restart(&ap_poll_timer); in ap_wait()1328 hrtimer_cancel(&ap_poll_timer); in poll_timeout_store()1329 hrtimer_set_expires(&ap_poll_timer, hr_time); in poll_timeout_store()1330 hrtimer_start_expires(&ap_poll_timer, HRTIMER_MODE_ABS); in poll_timeout_store()2292 hrtimer_init(&ap_poll_timer, CLOCK_MONOTONIC, HRTIMER_MODE_ABS); in ap_module_init()2293 ap_poll_timer.function = ap_poll_timeout; in ap_module_init()2307 hrtimer_cancel(&ap_poll_timer); in ap_module_init()