Searched refs:tpc_timeout (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/cam/ctl/ |
H A D | ctl_tpc.c | 156 tpc_timeout(void *arg) in tpc_timeout() function 187 callout_schedule_sbt(&softc->tpc_timeout, SBT_1S, SBT_1S, 0); in tpc_timeout() 196 callout_init_mtx(&softc->tpc_timeout, &softc->ctl_lock, 0); in ctl_tpc_init() 197 callout_reset_sbt(&softc->tpc_timeout, SBT_1S, SBT_1S, in ctl_tpc_init() 198 tpc_timeout, softc, 0); in ctl_tpc_init() 206 callout_drain(&softc->tpc_timeout); in ctl_tpc_shutdown()
|
H A D | ctl_private.h | 423 struct callout tpc_timeout; member
|