Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/pccbb/
H A Dpccbbvar.h125 void cbb_event_thread(void *arg);
H A Dpccbb_pci.c414 if (kproc_create(cbb_event_thread, sc, &sc->event_thread, 0, 0, in cbb_pci_attach()
H A Dpccbb.c452 cbb_event_thread(void *arg) in cbb_event_thread() function