Searched refs:ap_poll_timer (Results 1 – 1 of 1) sorted by relevance
126 static struct hrtimer ap_poll_timer; variable385 if (!hrtimer_is_queued(&ap_poll_timer)) { in ap_wait()389 hrtimer_forward_now(&ap_poll_timer, hr_time); in ap_wait()390 hrtimer_restart(&ap_poll_timer); in ap_wait()1346 hrtimer_cancel(&ap_poll_timer); in poll_timeout_store()1347 hrtimer_set_expires(&ap_poll_timer, hr_time); in poll_timeout_store()1348 hrtimer_start_expires(&ap_poll_timer, HRTIMER_MODE_ABS); in poll_timeout_store()2312 hrtimer_cancel(&ap_poll_timer); in ap_async_exit()2329 hrtimer_init(&ap_poll_timer, CLOCK_MONOTONIC, HRTIMER_MODE_ABS); in ap_async_init()2330 ap_poll_timer.function = ap_poll_timeout; in ap_async_init()[all …]