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 159 struct proc *ch_thread; member in struct:ace_softc
381 (void) tsleep(&sc->ch_thread, PRIBIO, "aceth", 0);
432 sc->ch_thread = NULL;
1839 wakeup(&sc->ch_thread);
2351 wakeup(&ace->ch_thread);
flash_ebus.c 180 struct proc *ch_thread; member in struct:eflash_softc
1586 (void) tsleep(&sc->ch_thread, PRIBIO, "eflashth", 0);
1632 sc->ch_thread = NULL;
1767 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 17 milliseconds