HomeSort by: relevance | last modified time | path
    Searched refs:NOTE_SUBMIT (Results 1 - 25 of 31) sorted by relevancy

1 2

  /src/sys/external/bsd/drm2/linux/
linux_sync_file.c 93 selnotify(&sf->sf_selq, POLLIN, NOTE_SUBMIT);
120 selnotify(&sf->sf_selq, POLLIN, NOTE_SUBMIT);
167 if (hint == NOTE_SUBMIT)
185 selnotify(&sf->sf_selq, POLLIN, NOTE_SUBMIT);
194 if (hint == NOTE_SUBMIT)
  /src/sys/arch/landisk/dev/
button.c 302 if (hint & NOTE_SUBMIT) {
311 if ((hint & NOTE_SUBMIT) == 0) {
412 selnotify(&btn_event_queue_selinfo, POLLIN | POLLRDNORM, NOTE_SUBMIT);
  /src/sys/kern/
sys_eventfd.c 200 selnotify(sel, pollev, NOTE_SUBMIT);
421 if (hint & NOTE_SUBMIT) {
430 if ((hint & NOTE_SUBMIT) == 0) {
460 if (hint & NOTE_SUBMIT) {
469 if ((hint & NOTE_SUBMIT) == 0) {
subr_log.c 282 if ((hint & NOTE_SUBMIT) == 0)
294 if ((hint & NOTE_SUBMIT) == 0)
332 selnotify(&log_selp, 0, NOTE_SUBMIT);
tty_pty.c 537 selnotify(&pti->pt_selr, 0, NOTE_SUBMIT);
566 selnotify(&pti->pt_selw, 0, NOTE_SUBMIT);
570 selnotify(&pti->pt_selr, 0, NOTE_SUBMIT);
588 selnotify(&pti->pt_selr, 0, NOTE_SUBMIT);
592 selnotify(&pti->pt_selw, 0, NOTE_SUBMIT);
921 if ((hint & NOTE_SUBMIT) == 0) {
946 if ((hint & NOTE_SUBMIT) == 0) {
976 if ((hint & NOTE_SUBMIT) == 0) {
997 if ((hint & NOTE_SUBMIT) == 0) {
sys_timerfd.c 255 selnotify(&tfd->tfd_read_sel, POLLIN | POLLRDNORM, NOTE_SUBMIT);
407 if (hint & NOTE_SUBMIT) {
416 if ((hint & NOTE_SUBMIT) == 0) {
sys_pipe.c 398 selnotify(&selp->pipe_sel, band, NOTE_SUBMIT);
1072 if ((hint & NOTE_SUBMIT) == 0) {
1086 if ((hint & NOTE_SUBMIT) == 0) {
1099 if ((hint & NOTE_SUBMIT) == 0) {
1113 if ((hint & NOTE_SUBMIT) == 0) {
uipc_socket.c 2234 selnotify(&so->so_rcv.sb_sel, POLLPRI | POLLRDBAND, NOTE_SUBMIT);
2257 if (hint != NOTE_SUBMIT)
2270 if (hint != NOTE_SUBMIT)
2295 if (hint != NOTE_SUBMIT)
2311 if (hint != NOTE_SUBMIT)
2323 if (hint != NOTE_SUBMIT)
2327 if (hint != NOTE_SUBMIT)
2345 if (hint != NOTE_SUBMIT)
2349 if (hint != NOTE_SUBMIT)
tty.c 1598 if ((hint & NOTE_SUBMIT) == 0)
1602 if ((hint & NOTE_SUBMIT) == 0)
1625 if ((hint & NOTE_SUBMIT) == 0)
1629 if ((hint & NOTE_SUBMIT) == 0)
1775 selnotify(&tp->t_wsel, 0, NOTE_SUBMIT);
2422 selnotify(&tp->t_wsel, 0, NOTE_SUBMIT);
2593 selnotify(&tp->t_rsel, 0, NOTE_SUBMIT);
vfs_syscalls.c 177 CTASSERT((NOTE_SUBMIT & VQ_MOUNT) == 0);
178 CTASSERT((NOTE_SUBMIT & VQ_UNMOUNT) == 0);
214 if (hint & NOTE_SUBMIT) {
216 kn->kn_fflags |= hint & ~NOTE_SUBMIT;
223 if ((hint & NOTE_SUBMIT) == 0) {
648 KNOTE(&fs_klist, NOTE_SUBMIT | VQ_MOUNT);
732 KNOTE(&fs_klist, NOTE_SUBMIT | VQ_UNMOUNT);
kern_entropy.c 1348 selnotify(&E->selq, POLLIN|POLLRDNORM, NOTE_SUBMIT);
1695 * hint is NOTE_SUBMIT, and must not if hint is not NOTE_SUBMIT.
1705 if (hint == NOTE_SUBMIT)
1725 if (hint == NOTE_SUBMIT)
kern_event.c 332 * N.B. NOTE_SUBMIT will never be set in the "hint" argument
337 * f_event(NOTE_SUBMIT): caller has already acquired backing
339 * f_event(!NOTE_SUBMIT): caller has not acquired backing object,
894 if (hint != NOTE_SUBMIT)
898 if (hint != NOTE_SUBMIT)
2900 selnotify(&kq->kq_sel, 0, NOTE_SUBMIT);
2930 selnotify(&kq->kq_sel, 0, NOTE_SUBMIT);
  /src/sys/miscfs/fifofs/
fifo_vnops.c 607 if (hint != NOTE_SUBMIT)
617 if (hint != NOTE_SUBMIT)
641 if (hint != NOTE_SUBMIT)
651 if (hint != NOTE_SUBMIT)
  /src/sys/net/
if_tun.c 329 selnotify(&tp->tun_rsel, 0, NOTE_SUBMIT);
408 selnotify(&tp->tun_rsel, 0, NOTE_SUBMIT);
648 selnotify(&tp->tun_rsel, 0, NOTE_SUBMIT);
1018 selnotify(&tp->tun_rsel, 0, NOTE_SUBMIT);
1081 if (hint & NOTE_SUBMIT)
1091 if (hint & NOTE_SUBMIT)
bpf.c 809 selnotify(&d->bd_sel, 0, NOTE_SUBMIT);
1607 if (hint & NOTE_SUBMIT)
1615 if (hint & NOTE_SUBMIT)
  /src/sys/dev/hid/
uhid_common.c 188 selnotify(&sc->sc_rsel, 0, NOTE_SUBMIT);
633 if (hint == NOTE_SUBMIT)
640 if (hint == NOTE_SUBMIT)
  /src/sys/dev/sysmon/
sysmon_power.c 423 POLLIN | POLLRDNORM, NOTE_SUBMIT);
550 if (hint & NOTE_SUBMIT) {
558 if ((hint & NOTE_SUBMIT) == 0) {
  /src/sys/sys/
event.h 134 #define NOTE_SUBMIT 0x01000000U /* initial knote submission */
  /src/sys/dev/
midi.c 776 selnotify(&sc->rsel, 0, NOTE_SUBMIT);
1043 selnotify(&sc->rsel, 0, NOTE_SUBMIT);
1306 selnotify(&sc->wsel, 0, NOTE_SUBMIT);
1757 if (hint != NOTE_SUBMIT)
1761 if (hint != NOTE_SUBMIT)
1795 if (hint != NOTE_SUBMIT)
1802 if (hint != NOTE_SUBMIT)
sequencer.c 442 selnotify(&sc->wsel, 0, NOTE_SUBMIT);
532 selnotify(&sc->rsel, 0, NOTE_SUBMIT);
932 if (hint != NOTE_SUBMIT) {
941 if (hint != NOTE_SUBMIT) {
970 if (hint != NOTE_SUBMIT) {
979 if (hint != NOTE_SUBMIT) {
  /src/sys/external/bsd/drm2/drm/
drm_cdevsw.c 472 if (hint == NOTE_SUBMIT)
485 if (hint == NOTE_SUBMIT)
  /src/sys/dev/tprof/
tprof.c 241 selnotify(&tprof_selp, 0, NOTE_SUBMIT);
893 if ((hint & NOTE_SUBMIT) == 0)
908 if ((hint & NOTE_SUBMIT) == 0)
  /src/sys/arch/arm/nvidia/
tegra_cec.c 226 NOTE_SUBMIT);
  /src/sys/dev/gpio/
gpioirq.c 272 selnotify(&sc->sc_rsel, POLLIN|POLLRDNORM, NOTE_SUBMIT);
  /src/sys/external/bsd/drm2/dist/drm/
drm_file.c 796 selnotify(&e->file_priv->event_selq, POLLIN|POLLRDNORM, NOTE_SUBMIT);

Completed in 44 milliseconds

1 2