Home
last modified time | relevance | path

Searched refs:ch_thread (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/sys/arch/emips/ebus/
H A Dace_ebus.c162 struct proc *ch_thread; member
384 (void) tsleep(&sc->ch_thread, PRIBIO, "aceth", 0); in sysace_thread()
435 sc->ch_thread = NULL; in sysace_thread()
1846 wakeup(&sc->ch_thread); in __acestart()
2376 wakeup(&ace->ch_thread); in acedump()
H A Dflash_ebus.c183 struct proc *ch_thread; member
1593 (void) tsleep(&sc->ch_thread, PRIBIO, "eflashth", 0); in eflash_thread()
1639 sc->ch_thread = NULL; in eflash_thread()
1774 wakeup(&sc->ch_thread); in __eflashstart()
/netbsd-src/sys/dev/ata/
H A Datavar.h442 struct lwp *ch_thread; member
H A Data.c542 chp->ch_thread = NULL; in atabus_thread()
553 return (chp->ch_thread == curlwp && !cpu_intr_p()); in ata_is_thread_run()
618 &chp->ch_thread, "%s", device_xname(self))) != 0) in atabus_attach()
677 while (chp->ch_thread != NULL) { in atabus_detach()