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

/freebsd-10.2-release/sys/dev/aic7xxx/
H A Daic_osm_lib.c79 &aic->platform_data->recovery_thread,
92 if (aic->platform_data->recovery_thread == NULL) {
122 aic->platform_data->recovery_thread = NULL;
H A Daic79xx_osm.h138 struct proc *recovery_thread; member in struct:ahd_platform_data
H A Daic7xxx_osm.h149 struct proc *recovery_thread; member in struct:ahc_platform_data
/freebsd-10.2-release/sys/dev/mpt/
H A Dmpt.h695 struct proc *recovery_thread; member in struct:mpt_softc
H A Dmpt_cam.c3821 &mpt->recovery_thread, /*flags*/0,
3830 if (mpt->recovery_thread == NULL) {
3839 mpt_sleep(mpt, &mpt->recovery_thread, PUSER, "thtrm", 0);
3860 mpt->recovery_thread = NULL;
3861 wakeup(&mpt->recovery_thread);

Completed in 53 milliseconds