Home
last modified time | relevance | path

Searched refs:ap_poll_timer (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/s390/crypto/
A Dap_bus.c117 static struct hrtimer ap_poll_timer; variable
402 if (!hrtimer_is_queued(&ap_poll_timer)) { in ap_wait()
404 hrtimer_forward_now(&ap_poll_timer, hr_time); in ap_wait()
405 hrtimer_restart(&ap_poll_timer); in ap_wait()
1250 hrtimer_cancel(&ap_poll_timer); in poll_timeout_store()
1251 hrtimer_set_expires(&ap_poll_timer, hr_time); in poll_timeout_store()
1252 hrtimer_start_expires(&ap_poll_timer, HRTIMER_MODE_ABS); in poll_timeout_store()
1935 hrtimer_init(&ap_poll_timer, CLOCK_MONOTONIC, HRTIMER_MODE_ABS); in ap_module_init()
1936 ap_poll_timer.function = ap_poll_timeout; in ap_module_init()
1950 hrtimer_cancel(&ap_poll_timer); in ap_module_init()

Completed in 6 milliseconds