Searched refs:timeout_callout (Results 1 – 2 of 2) sorted by relevance
152 struct callout timeout_callout; member
225 callout_init(&fc->timeout_callout, CALLOUT_MPSAFE); in firewireattach()226 callout_setfunc(&fc->timeout_callout, firewire_watchdog, fc); in firewireattach()232 callout_schedule(&fc->timeout_callout, hz); in firewireattach()296 callout_stop(&fc->timeout_callout); in firewiredetach()1340 callout_schedule(&fc->timeout_callout, hz / WATCHDOG_HZ); in firewire_watchdog()