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

/freebsd-10.0-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.0-release/sys/dev/mpt/
H A Dmpt.h727 struct proc *recovery_thread; member in struct:mpt_softc
H A Dmpt_cam.c3915 &mpt->recovery_thread, /*flags*/0,
3924 if (mpt->recovery_thread == NULL) {
3933 mpt_sleep(mpt, &mpt->recovery_thread, PUSER, "thtrm", 0);
3954 mpt->recovery_thread = NULL;
3955 wakeup(&mpt->recovery_thread);

Completed in 147 milliseconds