Home
last modified time | relevance | path

Searched refs:selnotify (Results 1 – 25 of 72) sorted by relevance

123

/netbsd-src/sys/external/bsd/drm2/linux/
H A Dlinux_sync_file.c93 selnotify(&sf->sf_selq, POLLIN, NOTE_SUBMIT); in sync_file_fence_cb()
120 selnotify(&sf->sf_selq, POLLIN, NOTE_SUBMIT); in sync_file_poll()
185 selnotify(&sf->sf_selq, POLLIN, NOTE_SUBMIT); in filt_sync_file_event()
/netbsd-src/sys/modules/examples/pollpal/
H A Dpollpal.c185 selnotify(&pl->psel, POLLOUT | POLLWRNORM, 0); in pollpal_write()
234 selnotify(&pl->psel, POLLIN | POLLRDNORM, 0); in pollpal_read()
/netbsd-src/sys/arch/amiga/dev/
H A Devent_var.h67 selnotify(&(ev)->ev_sel, 0, 0); \
/netbsd-src/sys/arch/atari/dev/
H A Devent_var.h67 selnotify(&(ev)->ev_sel, 0, 0); \
/netbsd-src/sys/dev/sun/
H A Devent_var.h66 selnotify(&(ev)->ev_sel, 0, 0); \
/netbsd-src/sys/sys/
H A Dselect.h57 void selnotify(struct selinfo *, int, long);
/netbsd-src/sys/arch/cobalt/dev/
H A Dlcdpanel.c257 selnotify(&sc->sc_selq, 0, 0); in lcdpanelclose()
331 selnotify(&sc->sc_selq, 0, 0); in lcdpanel_soft()
/netbsd-src/sys/kern/
H A Dtty_pty.c537 selnotify(&pti->pt_selr, 0, NOTE_SUBMIT); in ptsstart()
566 selnotify(&pti->pt_selw, 0, NOTE_SUBMIT); in ptsstop()
570 selnotify(&pti->pt_selr, 0, NOTE_SUBMIT); in ptsstop()
588 selnotify(&pti->pt_selr, 0, NOTE_SUBMIT); in ptcwakeup()
592 selnotify(&pti->pt_selw, 0, NOTE_SUBMIT); in ptcwakeup()
H A Dsys_mqueue.c705 selnotify(&mq->mq_wsel, POLLOUT | POLLWRNORM, 0); in mq_recv1()
892 selnotify(&mq->mq_rsel, POLLIN | POLLRDNORM, 0); in mq_send1()
1117 selnotify(&mq->mq_rsel, POLLHUP, 0); in sys_mq_unlink()
1118 selnotify(&mq->mq_wsel, POLLHUP, 0); in sys_mq_unlink()
H A Dsubr_log.c324 selnotify(&log_selp, 0, NOTE_SUBMIT); in logwakeup()
/netbsd-src/sys/net/
H A Dif_tun.c329 selnotify(&tp->tun_rsel, 0, NOTE_SUBMIT); in tun_clone_destroy()
408 selnotify(&tp->tun_rsel, 0, NOTE_SUBMIT); in tunclose()
648 selnotify(&tp->tun_rsel, 0, NOTE_SUBMIT); in tun_output()
1018 selnotify(&tp->tun_rsel, 0, NOTE_SUBMIT); in tunstart()
H A Dif_tap.c435 * tap_dev_read, while selnotify() is used for kevent(2) and
460 selnotify(&sc->sc_rsel, 0, 1); in tap_start()
572 selnotify(&sc->sc_rsel, 0, 1); in tap_stop()
/netbsd-src/sys/dev/usb/
H A Duhid.c256 selnotify(&sc->sc_rsel, 0, NOTE_SUBMIT); in uhid_intr()
321 fail1: selnotify(&sc->sc_rsel, POLLHUP, 0); in uhidopen()
384 selnotify(&sc->sc_rsel, POLLHUP, 0); in uhidclose()
H A Demdtv_ir.c164 selnotify(&csc->sc_rdsel, 0, 1); in emdtv_ir_worker()
H A Dudsir.c898 selnotify(&sc->sc_rd_sel, 0, 0); in deframe_rd_ur()
1028 selnotify(&sc->sc_wr_sel, 0, 0); in udsir_rd_cb()
/netbsd-src/sys/arch/x68k/dev/
H A Devent.c172 selnotify(&ev->ev_sel, 0, 0); in ev_wakeup()
/netbsd-src/sys/fs/puffs/
H A Dpuffs_subr.c157 selnotify(&pn->pn_sel, revents, 0); in puffs_parkdone_poll()
/netbsd-src/sys/dev/pci/
H A Dvio9p.c303 selnotify(&sc->sc_sel, 0, 1); in vio9p_read()
613 selnotify(&sc->sc_sel, 0, 1); in vio9p_request_done()
/netbsd-src/sys/coda/
H A Dcoda_psdev.c582 selnotify(&(vcp->vc_selproc), 0, 0); in coda_call()
709 selnotify(&(vcp->vc_selproc), 0, 0); in coda_call()
/netbsd-src/sys/dev/dmover/
H A Ddmover_io.c436 selnotify(&ds->ds_selq, POLLIN | POLLRDNORM, 0); in dmio_read()
505 selnotify(&ds->ds_selq, POLLOUT | POLLWRNORM, 0); in dmio_usrreq_done()
/netbsd-src/sys/arch/landisk/dev/
H A Dbutton.c412 selnotify(&btn_event_queue_selinfo, POLLIN | POLLRDNORM, NOTE_SUBMIT); in btn_event_send()
/netbsd-src/sys/dev/wscons/
H A Dwsevent.c365 selnotify(&ev->sel, 0, 0); in wsevent_wakeup()
/netbsd-src/sys/arch/macppc/dev/
H A Dapm.c366 selnotify(&sc->sc_rsel, 0, 0);
/netbsd-src/sys/arch/arc/dev/
H A Dopms.c429 selnotify(&sc->sc_rsel, 0, 0); in opmsintr()
/netbsd-src/sys/dev/dtv/
H A Ddtv_buffer.c91 selnotify(&ds->ds_sel, 0, 0); in dtv_buffer_write()

123