HomeSort by: relevance | last modified time | path
    Searched defs:selnotify (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/kern/
sys_select.c 78 * subsystem. Mainly, synchronisation between selrecord() and selnotify()
725 * selnotify(), so we don't need to consider a concurrent wakeup
769 /* Copy the argument, which is for selnotify(). */
806 * sel_setevents: a helper function for selnotify(), to set the events
878 selnotify(struct selinfo *sip, int events, long knhint) function in typeref:typename:void
1036 * will not call selnotify() again.
  /src/sys/dev/pci/
xmm7360.c 161 #define selnotify(sel, band, note) selwakeup(sel) macro
2072 selnotify(&qp->selr, POLLIN|POLLRDNORM, NOTE_SUBMIT);
2076 selnotify(&qp->selw, POLLOUT|POLLWRNORM, NOTE_SUBMIT);

Completed in 14 milliseconds