Home
last modified time | relevance | path

Searched refs:ocr_thread_active (Results 1 – 2 of 2) sorted by relevance

/freebsd-13-stable/sys/dev/mrsas/
HDmrsas.c987 if (sc->ocr_thread_active) in mrsas_attach()
1113 if (sc->ocr_thread_active) in mrsas_detach()
1124 while (sc->ocr_thread_active) { in mrsas_detach()
1130 sc->ocr_thread_active); in mrsas_detach()
1184 if (sc->ocr_thread_active) in mrsas_shutdown()
3118 sc->ocr_thread_active = 1; in mrsas_ocr_thread()
3197 sc->ocr_thread_active = 0; in mrsas_ocr_thread()
HDmrsas.h3536 u_int8_t ocr_thread_active; member