Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/dev/aic7xxx/
HDaic_osm_lib.c79 &aic->platform_data->recovery_thread, in aic_spawn_recovery_thread()
92 if (aic->platform_data->recovery_thread == NULL) { in aic_terminate_recovery_thread()
122 aic->platform_data->recovery_thread = NULL; in aic_recovery_thread()
HDaic7xxx_osm.h149 struct proc *recovery_thread; member
HDaic79xx_osm.h138 struct proc *recovery_thread; member
/freebsd-11-stable/sys/dev/mpt/
HDmpt_cam.c3865 &mpt->recovery_thread, /*flags*/0, in mpt_spawn_recovery_thread()
3874 if (mpt->recovery_thread == NULL) { in mpt_terminate_recovery_thread()
3883 mpt_sleep(mpt, &mpt->recovery_thread, PUSER, "thtrm", 0); in mpt_terminate_recovery_thread()
3904 mpt->recovery_thread = NULL; in mpt_recovery_thread()
3905 wakeup(&mpt->recovery_thread); in mpt_recovery_thread()
HDmpt.h696 struct proc *recovery_thread; member