HomeSort by: relevance | last modified time | path
    Searched refs:ch_thread (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/arch/emips/ebus/
ace_ebus.c 162 struct proc *ch_thread; member in struct:ace_softc
384 (void) tsleep(&sc->ch_thread, PRIBIO, "aceth", 0);
435 sc->ch_thread = NULL;
1846 wakeup(&sc->ch_thread);
2376 wakeup(&ace->ch_thread);
flash_ebus.c 183 struct proc *ch_thread; member in struct:eflash_softc
1593 (void) tsleep(&sc->ch_thread, PRIBIO, "eflashth", 0);
1639 sc->ch_thread = NULL;
1774 wakeup(&sc->ch_thread);
  /src/sys/dev/ata/
ata.c 542 chp->ch_thread = NULL;
553 return (chp->ch_thread == curlwp && !cpu_intr_p());
618 &chp->ch_thread, "%s", device_xname(self))) != 0)
677 while (chp->ch_thread != NULL) {
atavar.h 442 struct lwp *ch_thread; member in struct:ata_channel

Completed in 21 milliseconds