/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);
|
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/ |
atavar.h | 442 struct lwp *ch_thread; member in struct:ata_channel
|
atavar.h | 442 struct lwp *ch_thread; member in struct:ata_channel
|