Searched refs:tpc_timeout (Results 1 – 2 of 2) sorted by relevance
| /freebsd-13-stable/sys/cam/ctl/ |
| HD | ctl_tpc.c | 157 tpc_timeout(void *arg) in tpc_timeout() function 188 callout_schedule_sbt(&softc->tpc_timeout, SBT_1S, SBT_1S, 0); in tpc_timeout() 197 callout_init_mtx(&softc->tpc_timeout, &softc->ctl_lock, 0); in ctl_tpc_init() 198 callout_reset_sbt(&softc->tpc_timeout, SBT_1S, SBT_1S, in ctl_tpc_init() 199 tpc_timeout, softc, 0); in ctl_tpc_init() 207 callout_drain(&softc->tpc_timeout); in ctl_tpc_shutdown()
|
| HD | ctl_private.h | 478 struct callout tpc_timeout; member
|