Lines Matching refs:timeout_handle
153 struct callout timeout_handle; member
218 static struct callout timeout_handle; variable
315 callout_reset (&timeout_handle, hz*5, cx_timeout, 0); in cx_timeout()
799 callout_init (&d->timeout_handle, 1); in cx_attach()
946 callout_stop (&d->timeout_handle); in cx_detach()
980 callout_drain (&d->timeout_handle); in cx_detach()
1111 callout_stop (&d->timeout_handle); in cx_down()
1194 callout_reset (&d->timeout_handle, hz, cx_watchdog_timer, d); in cx_start()
1227 callout_reset (&d->timeout_handle, hz, cx_watchdog_timer, d); in cx_watchdog_timer()
2465 callout_reset (&d->timeout_handle, hz, cx_watchdog_timer, d); in ng_cx_connect()
2482 if (!callout_drain (&d->timeout_handle)) in ng_cx_disconnect()
2483 callout_stop (&d->timeout_handle); in ng_cx_disconnect()
2500 callout_init (&timeout_handle, 1); in cx_modevent()
2501 callout_reset (&timeout_handle, hz*5, cx_timeout, 0); in cx_modevent()
2514 if (!callout_drain (&timeout_handle)) in cx_modevent()
2515 callout_stop (&timeout_handle); in cx_modevent()