Home
last modified time | relevance | path

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

/openbsd-src/sys/dev/sdmmc/
H A Dsdmmc.c178 while (sc->sc_task_thread != NULL) { in sdmmc_detach()
230 if (kthread_create(sdmmc_task_thread, sc, &sc->sc_task_thread, in sdmmc_create_thread()
274 sc->sc_task_thread = NULL; in sdmmc_task_thread()
H A Dsdmmcvar.h212 struct proc *sc_task_thread; /* asynchronous tasks */ member