Home
last modified time | relevance | path

Searched refs:powerintr (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/pccbb/
H A Dpccbb_pci.c683 * signalling twice should be OK since we only sleep on the powerintr in cbb_pci_filt()
689 atomic_add_int(&sc->powerintr, 1); in cbb_pci_filt()
690 wakeup((void *)&sc->powerintr); in cbb_pci_filt()
736 atomic_add_int(&sc->powerintr, 1); in cbb_pci_filt()
737 wakeup((void *)&sc->powerintr); in cbb_pci_filt()
H A Dpccbbvar.h87 int powerintr; member
H A Dpccbb.c748 cnt = sc->powerintr; in cbb_power()
759 cnt == sc->powerintr && sane-- > 0) in cbb_power()
760 msleep(&sc->powerintr, &sc->mtx, 0, "-", hz / 20); in cbb_power()