Lines Matching refs:timeout_handle
157 struct callout timeout_handle; member
201 static struct callout timeout_handle; variable
278 callout_reset (&timeout_handle, hz, ce_timeout, 0); in ce_timeout()
536 callout_init (&d->timeout_handle, 1); in ce_attach()
637 callout_stop (&d->timeout_handle); in ce_detach()
681 callout_drain (&d->timeout_handle); in ce_detach()
790 callout_stop (&d->timeout_handle); in ce_down()
867 callout_reset (&d->timeout_handle, hz, ce_watchdog_timer, d); in ce_start()
900 callout_reset (&d->timeout_handle, hz, ce_watchdog_timer, d); in ce_watchdog_timer()
2035 callout_reset (&d->timeout_handle, hz, ce_watchdog_timer, d); in ng_ce_connect()
2057 if (!callout_drain (&d->timeout_handle)) in ng_ce_disconnect()
2058 callout_stop (&d->timeout_handle); in ng_ce_disconnect()
2076 callout_init (&timeout_handle, 1); in ce_modevent()
2077 callout_reset (&timeout_handle, hz*5, ce_timeout, 0); in ce_modevent()
2090 if (!callout_drain (&timeout_handle)) in ce_modevent()
2091 callout_stop (&timeout_handle); in ce_modevent()