Home
last modified time | relevance | path

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

/freebsd/sys/dev/mrsas/
H A Dmrsas.c955 if (sc->ocr_thread_active) in mrsas_attach()
1081 if (sc->ocr_thread_active) in mrsas_detach()
1092 while (sc->ocr_thread_active) { in mrsas_detach()
1098 sc->ocr_thread_active); in mrsas_detach()
1152 if (sc->ocr_thread_active) in mrsas_shutdown()
3097 sc->ocr_thread_active = 1; in mrsas_ocr_thread()
3176 sc->ocr_thread_active = 0; in mrsas_ocr_thread()
H A Dmrsas.h3530 u_int8_t ocr_thread_active; member