Home
last modified time | relevance | path

Searched refs:recovery_thread (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/dev/aic7xxx/
H A Daic_osm_lib.c77 &aic->platform_data->recovery_thread, in aic_spawn_recovery_thread()
90 if (aic->platform_data->recovery_thread == NULL) { in aic_terminate_recovery_thread()
120 aic->platform_data->recovery_thread = NULL; in aic_recovery_thread()
H A Daic79xx_osm.h129 struct proc *recovery_thread; member
H A Daic7xxx_osm.h127 struct proc *recovery_thread; member
/freebsd/sys/dev/mpt/
H A Dmpt.h691 struct proc *recovery_thread; member
H A Dmpt_cam.c3841 &mpt->recovery_thread, /*flags*/0, in mpt_spawn_recovery_thread()
3850 if (mpt->recovery_thread == NULL) { in mpt_terminate_recovery_thread()
3859 mpt_sleep(mpt, &mpt->recovery_thread, PUSER, "thtrm", 0); in mpt_terminate_recovery_thread()
3880 mpt->recovery_thread = NULL; in mpt_recovery_thread()
3881 wakeup(&mpt->recovery_thread); in mpt_recovery_thread()