Home
last modified time | relevance | path

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

/freebsd/sys/dev/pccbb/
H A Dpccbbvar.h71 #define CBB_KTHREAD_DONE 0x80000000 macro
H A Dpccbb.c306 sc->flags |= CBB_KTHREAD_DONE; in cbb_detach()
433 while ((sc->flags & CBB_KTHREAD_DONE) == 0) { in cbb_event_thread()
489 (sc->flags & CBB_KTHREAD_DONE) == 0) in cbb_event_thread()