/freebsd/sys/sys/ |
H A D | selinfo.h | 56 void selwakeuppri(struct selinfo *sip, int pri);
|
/freebsd/sys/dev/vkbd/ |
H A D | vkbd.c | 271 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 D | adb_mouse.c | 423 selwakeuppri(&sc->rsel, PZERO); in adb_mouse_receive_packet() 455 selwakeuppri(&sc->rsel, PZERO); in ams_close()
|
/freebsd/sys/kern/ |
H A D | subr_log.c | 236 selwakeuppri(&logsoftc.sc_selp, LOG_RDPRI); in logtimeout()
|
H A D | kern_event.c | 2264 selwakeuppri(&kq->kq_sel, PSOCK); in kqueue_drain() 2351 selwakeuppri(&kq->kq_sel, PSOCK); in kqueue_wakeup()
|
H A D | sys_pipe.c | 716 selwakeuppri(&cpipe->pipe_sel, PSOCK); in pipeselwakeup()
|
H A D | uipc_sockbuf.c | 483 selwakeuppri(sb->sb_sel, PSOCK); in sowakeup()
|
H A D | sys_generic.c | 1948 selwakeuppri(struct selinfo *sip, int pri) in selwakeuppri() function
|
H A D | uipc_socket.c | 1562 selwakeuppri(&sol->so_rdsel, PSOCK); 4409 selwakeuppri(&so->so_rdsel, PSOCK);
|
/freebsd/sys/dev/random/ |
H A D | randomdev.c | 367 selwakeuppri(&rsel, PUSER); in randomdev_unblock()
|
/freebsd/sys/fs/fuse/ |
H A D | fuse_ipc.c | 596 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 D | fuse_device.c | 155 selwakeuppri(&fdata->ks_rsel, PZERO + 1); in fdata_dtor()
|
/freebsd/sys/net/ |
H A D | if_tuntap.c | 837 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 D | bpf.c | 1141 selwakeuppri(&d->bd_sel, PRINET); in bpf_wakeup()
|
/freebsd/sys/dev/kbd/ |
H A D | kbd.c | 695 selwakeuppri(&sc->gkb_rsel, PZERO); in genkbd_event() 765 selwakeuppri(&sc->gkb_rsel, PZERO); in genkbd_event()
|
/freebsd/sys/security/audit/ |
H A D | audit_pipe.c | 492 selwakeuppri(&ap->ap_selinfo, PSOCK); in audit_pipe_append()
|
/freebsd/sys/dev/hid/ |
H A D | hidraw.c | 989 selwakeuppri(&sc->sc_rsel, PZERO); in hidraw_notify()
|
/freebsd/sys/cam/scsi/ |
H A D | scsi_target.c | 1084 selwakeuppri(&softc->read_select, PRIBIO); in notify_user()
|
H A D | scsi_pass.c | 991 selwakeuppri(&softc->read_select, PRIBIO); in passdone()
|
/freebsd/sys/dev/netmap/ |
H A D | netmap_freebsd.c | 1321 selwakeuppri(&si->si, PI_NET); in nm_os_selwakeup()
|
/freebsd/sys/dev/firewire/ |
H A D | firewire.c | 2078 selwakeuppri(&xferq->rsel, FWPRI); in fw_rcv()
|
/freebsd/sys/dev/sound/pcm/ |
H A D | channel.c | 311 selwakeuppri(sndbuf_getsel(bs), PRIBIO); in chn_wakeup()
|
/freebsd/sys/dev/aac/ |
H A D | aac.c | 3381 selwakeuppri(&sc->rcv_select, PRIBIO); in aac_handle_aif()
|
/freebsd/sys/dev/acpica/ |
H A D | acpi.c | 3204 selwakeuppri(&clone->sel_read, PZERO); in acpi_ReqSleepState()
|
/freebsd/sys/dev/aacraid/ |
H A D | aacraid.c | 3281 selwakeuppri(&sc->rcv_select, PRIBIO); in aac_handle_aif()
|