Searched refs:rsel (Results 1 - 7 of 7) sorted by last modified time

/freebsd-11-stable/sys/dev/atkbdc/
H A Dpsm.c416 struct selinfo rsel; /* Process selecting for Input */ member in struct:psm_softc
5238 selwakeuppri(&sc->rsel, PZERO);
5269 selrecord(td, &sc->rsel);
/freebsd-11-stable/sys/dev/sound/midi/
H A Dmidi.c113 struct selinfo rsel, wsel; member in struct:snd_midi
567 selwakeup(&m->rsel);
918 selrecord(td, &m->rsel);
/freebsd-11-stable/sys/dev/random/
H A Drandomdev.c113 static struct selinfo rsel; variable in typeref:struct:selinfo
282 selrecord(td, &rsel);
292 selwakeuppri(&rsel, PUSER);
/freebsd-11-stable/sys/dev/adb/
H A Dadb_mouse.c92 struct selinfo rsel; member in struct:adb_mouse_softc
425 selwakeuppri(&sc->rsel, PZERO);
457 selwakeuppri(&sc->rsel, PZERO);
476 selrecord(p, &sc->rsel);
/freebsd-11-stable/sys/dev/firewire/
H A Dfirewire.c2075 if (SEL_WAITING(&xferq->rsel))
2076 selwakeuppri(&xferq->rsel, FWPRI);
H A Dfirewirereg.h199 struct selinfo rsel; member in struct:fw_xferq
H A Dfwdev.c836 selrecord(td, &ir->rsel);

Completed in 134 milliseconds