Home
last modified time | relevance | path

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

/freebsd/sys/dev/pccbb/
H A Dpccbbvar.h70 #define CBB_KTHREAD_RUNNING 0x40000000 macro
H A Dpccbb.c337 while (sc->flags & CBB_KTHREAD_RUNNING) { in cbb_detach()
462 sc->flags |= CBB_KTHREAD_RUNNING; in cbb_event_thread()
523 sc->flags &= ~CBB_KTHREAD_RUNNING; in cbb_event_thread()