Searched refs:selwakeuppri (Results 1 - 25 of 27) sorted by relevance

12

/freebsd-current/sys/sys/
H A Dselinfo.h56 void selwakeuppri(struct selinfo *sip, int pri);
/freebsd-current/sys/dev/vkbd/
H A Dvkbd.c271 selwakeuppri(&state->ks_rsel, PZERO + 1);
272 selwakeuppri(&state->ks_wsel, PZERO + 1);
501 selwakeuppri(&state->ks_rsel, PZERO + 1);
534 selwakeuppri(&state->ks_wsel, PZERO + 1);
1249 selwakeuppri(&state->ks_wsel, PZERO + 1);
/freebsd-current/sys/dev/beri/
H A Dberi_ring.c173 selwakeuppri(&sc->beri_rsel, PZERO + 1);
193 selwakeuppri(&sc->beri_rsel, PZERO + 1);
/freebsd-current/sys/kern/
H A Dsubr_log.c236 selwakeuppri(&logsoftc.sc_selp, LOG_RDPRI);
H A Dkern_event.c2264 selwakeuppri(&kq->kq_sel, PSOCK);
2351 selwakeuppri(&kq->kq_sel, PSOCK);
H A Dsys_pipe.c684 selwakeuppri(&cpipe->pipe_sel, PSOCK);
H A Duipc_sockbuf.c484 selwakeuppri(sb->sb_sel, PSOCK);
H A Dsys_generic.c1925 selwakeuppri(struct selinfo *sip, int pri) function
H A Duipc_socket.c1150 selwakeuppri(&sol->so_rdsel, PSOCK);
3639 selwakeuppri(&so->so_rdsel, PSOCK);
/freebsd-current/sys/dev/adb/
H A Dadb_mouse.c423 selwakeuppri(&sc->rsel, PZERO);
455 selwakeuppri(&sc->rsel, PZERO);
/freebsd-current/sys/dev/random/
H A Drandomdev.c367 selwakeuppri(&rsel, PUSER);
/freebsd-current/sys/fs/fuse/
H A Dfuse_device.c155 selwakeuppri(&fdata->ks_rsel, PZERO + 1);
H A Dfuse_ipc.c596 selwakeuppri(&data->ks_rsel, PZERO + 1);
672 selwakeuppri(&ftick->tk_data->ks_rsel, PZERO + 1);
/freebsd-current/sys/net/
H A Dif_tuntap.c837 selwakeuppri(&tp->tun_rsel, PZERO + 1);
898 selwakeuppri(&tp->tun_rsel, PZERO+1);
1175 selwakeuppri(&tp->tun_rsel, PZERO + 1);
H A Dbpf.c1141 selwakeuppri(&d->bd_sel, PRINET);
/freebsd-current/sys/dev/kbd/
H A Dkbd.c695 selwakeuppri(&sc->gkb_rsel, PZERO);
765 selwakeuppri(&sc->gkb_rsel, PZERO);
/freebsd-current/sys/security/audit/
H A Daudit_pipe.c492 selwakeuppri(&ap->ap_selinfo, PSOCK);
/freebsd-current/sys/dev/hid/
H A Dhidraw.c988 selwakeuppri(&sc->sc_rsel, PZERO);
/freebsd-current/sys/cam/scsi/
H A Dscsi_target.c1084 selwakeuppri(&softc->read_select, PRIBIO);
H A Dscsi_pass.c991 selwakeuppri(&softc->read_select, PRIBIO);
/freebsd-current/sys/dev/netmap/
H A Dnetmap_freebsd.c1299 * In addition to calling selwakeuppri(), nm_os_selwakeup() also
1325 selwakeuppri(&si->si, PI_NET);
/freebsd-current/sys/dev/firewire/
H A Dfirewire.c2078 selwakeuppri(&xferq->rsel, FWPRI);
/freebsd-current/sys/dev/sound/pcm/
H A Dchannel.c311 selwakeuppri(sndbuf_getsel(bs), PRIBIO);
/freebsd-current/sys/dev/aacraid/
H A Daacraid.c3280 selwakeuppri(&sc->rcv_select, PRIBIO);
/freebsd-current/sys/dev/aac/
H A Daac.c3384 selwakeuppri(&sc->rcv_select, PRIBIO);

Completed in 412 milliseconds

12