Home
last modified time | relevance | path

Searched refs:cbb_event_thread (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/sys/dev/pccbb/
H A Dpccbbvar.h127 void cbb_event_thread(void *arg);
H A Dpccbb_pci.c422 if (kproc_create(cbb_event_thread, sc, &sc->event_thread, 0, 0, in cbb_pci_attach()
H A Dpccbb.c454 cbb_event_thread(void *arg) in cbb_event_thread() function