Home
last modified time | relevance | path

Searched refs:selwakeuppri (Results 1 – 25 of 26) sorted by relevance

12

/freebsd/sys/sys/
H A Dselinfo.h56 void selwakeuppri(struct selinfo *sip, int pri);
/freebsd/sys/dev/vkbd/
H A Dvkbd.c271 selwakeuppri(&state->ks_rsel, PZERO + 1); in vkbd_dev_close()
272 selwakeuppri(&state->ks_wsel, PZERO + 1); in vkbd_dev_close()
501 selwakeuppri(&state->ks_rsel, PZERO + 1); in vkbd_status_changed()
534 selwakeuppri(&state->ks_wsel, PZERO + 1); in vkbd_data_read()
1249 selwakeuppri(&state->ks_wsel, PZERO + 1); in vkbd_clear_state_locked()
/freebsd/sys/dev/adb/
H A Dadb_mouse.c423 selwakeuppri(&sc->rsel, PZERO); in adb_mouse_receive_packet()
455 selwakeuppri(&sc->rsel, PZERO); in ams_close()
/freebsd/sys/kern/
H A Dsubr_log.c236 selwakeuppri(&logsoftc.sc_selp, LOG_RDPRI); in logtimeout()
H A Dkern_event.c2264 selwakeuppri(&kq->kq_sel, PSOCK); in kqueue_drain()
2351 selwakeuppri(&kq->kq_sel, PSOCK); in kqueue_wakeup()
H A Dsys_pipe.c716 selwakeuppri(&cpipe->pipe_sel, PSOCK); in pipeselwakeup()
H A Duipc_sockbuf.c483 selwakeuppri(sb->sb_sel, PSOCK); in sowakeup()
H A Dsys_generic.c1948 selwakeuppri(struct selinfo *sip, int pri) in selwakeuppri() function
H A Duipc_socket.c1562 selwakeuppri(&sol->so_rdsel, PSOCK);
4409 selwakeuppri(&so->so_rdsel, PSOCK);
/freebsd/sys/dev/random/
H A Drandomdev.c367 selwakeuppri(&rsel, PUSER); in randomdev_unblock()
/freebsd/sys/fs/fuse/
H A Dfuse_ipc.c596 selwakeuppri(&data->ks_rsel, PZERO + 1); in fdata_set_dead()
672 selwakeuppri(&ftick->tk_data->ks_rsel, PZERO + 1); in fuse_insert_message()
H A Dfuse_device.c155 selwakeuppri(&fdata->ks_rsel, PZERO + 1); in fdata_dtor()
/freebsd/sys/net/
H A Dif_tuntap.c837 selwakeuppri(&tp->tun_rsel, PZERO + 1); in tunstart()
898 selwakeuppri(&tp->tun_rsel, PZERO+1); in tunstart_l2()
1172 selwakeuppri(&tp->tun_rsel, PZERO + 1); in tundtor()
H A Dbpf.c1141 selwakeuppri(&d->bd_sel, PRINET); in bpf_wakeup()
/freebsd/sys/dev/kbd/
H A Dkbd.c695 selwakeuppri(&sc->gkb_rsel, PZERO); in genkbd_event()
765 selwakeuppri(&sc->gkb_rsel, PZERO); in genkbd_event()
/freebsd/sys/security/audit/
H A Daudit_pipe.c492 selwakeuppri(&ap->ap_selinfo, PSOCK); in audit_pipe_append()
/freebsd/sys/dev/hid/
H A Dhidraw.c989 selwakeuppri(&sc->sc_rsel, PZERO); in hidraw_notify()
/freebsd/sys/cam/scsi/
H A Dscsi_target.c1084 selwakeuppri(&softc->read_select, PRIBIO); in notify_user()
H A Dscsi_pass.c991 selwakeuppri(&softc->read_select, PRIBIO); in passdone()
/freebsd/sys/dev/netmap/
H A Dnetmap_freebsd.c1321 selwakeuppri(&si->si, PI_NET); in nm_os_selwakeup()
/freebsd/sys/dev/firewire/
H A Dfirewire.c2078 selwakeuppri(&xferq->rsel, FWPRI); in fw_rcv()
/freebsd/sys/dev/sound/pcm/
H A Dchannel.c311 selwakeuppri(sndbuf_getsel(bs), PRIBIO); in chn_wakeup()
/freebsd/sys/dev/aac/
H A Daac.c3381 selwakeuppri(&sc->rcv_select, PRIBIO); in aac_handle_aif()
/freebsd/sys/dev/acpica/
H A Dacpi.c3204 selwakeuppri(&clone->sel_read, PZERO); in acpi_ReqSleepState()
/freebsd/sys/dev/aacraid/
H A Daacraid.c3281 selwakeuppri(&sc->rcv_select, PRIBIO); in aac_handle_aif()

12