Searched refs:ith (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.0-release/sys/netgraph/bluetooth/drivers/bt3c/
H A Dng_bt3c_var.h93 void *ith; /* ithread handler */ member in struct:bt3c_softc
H A Dng_bt3c_pccard.c645 sc->ith = NULL;
647 bt3c_swi_intr, sc, SWI_TTY, 0, &sc->ith) < 0) {
681 if (sc->ith != NULL) {
682 swi_remove(sc->ith);
683 sc->ith = NULL;
720 swi_remove(sc->ith);
721 sc->ith = NULL;
759 if (sc == NULL || sc->ith == NULL) {
782 swi_sched(sc->ith, 0);

Completed in 115 milliseconds