Searched refs:sc_thread (Results 1 - 11 of 11) sorted by relevance

/openbsd-current/sys/dev/hil/
H A Dhilvar.h77 struct proc *sc_thread; /* event handling thread */ member in struct:hil_softc
H A Dhil.c253 if (kthread_create(hil_thread, sc, &sc->sc_thread,
/openbsd-current/sys/arch/hppa/dev/
H A Dpower.c47 struct proc *sc_thread; member in struct:power_softc
135 if (kthread_create(sc->sc_kicker, sc, &sc->sc_thread,
/openbsd-current/sys/dev/ic/
H A Dtwevar.h54 struct proc *sc_thread; member in struct:twe_softc
H A Dtwe.c416 if (kthread_create(twe_thread, sc, &sc->sc_thread,
/openbsd-current/sys/dev/onewire/
H A Donewire.c49 struct proc * sc_thread; member in struct:onewire_softc
122 if (sc->sc_thread != NULL) {
123 wakeup(sc->sc_thread);
403 tsleep_nsec(sc->sc_thread, PWAIT, "owidle", ONEWIRE_SCANTIME);
406 sc->sc_thread = NULL;
416 if (kthread_create(onewire_thread, sc, &sc->sc_thread,
/openbsd-current/sys/dev/
H A Dipmivar.h129 struct ipmi_thread *sc_thread; member in struct:ipmi_softc
H A Dipmi.c1548 if (kthread_create(ipmi_poll_thread, sc->sc_thread, NULL,
1564 sc->sc_thread = malloc(sizeof(struct ipmi_thread), M_DEVBUF, M_NOWAIT);
1565 if (sc->sc_thread == NULL) {
1569 sc->sc_thread->sc = sc;
1570 sc->sc_thread->running = 1;
/openbsd-current/sys/dev/acpi/
H A Dacpivar.h263 struct acpi_thread *sc_thread; member in struct:acpi_softc
H A Dacpi.c1287 sc->sc_thread = malloc(sizeof(struct acpi_thread), M_DEVBUF, M_WAITOK);
1288 sc->sc_thread->sc = sc;
1289 sc->sc_thread->running = 1;
2746 if (kthread_create(acpi_thread, sc->sc_thread, NULL, DEVNAME(sc))
/openbsd-current/sys/arch/i386/i386/
H A Dapm.c81 struct proc *sc_thread; member in struct:apm_softc
886 if (kthread_create(apm_thread, sc, &sc->sc_thread,

Completed in 273 milliseconds