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

  /src/sys/net/
bpfdesc.h 110 struct selinfo bd_sel; /* bsd select info */ member in struct:bpf_d
132 kmutex_t *bd_buf_mtx; /* For buffers, bd_state, bd_sel and bd_cv */
bpf.c 607 selinit(&d->bd_sel);
668 seldestroy(&d->bd_sel);
809 selnotify(&d->bd_sel, 0, NOTE_SUBMIT);
1570 selrecord(curlwp, &d->bd_sel);
1592 selremove_knote(&d->bd_sel, kn);
1646 selrecord_knote(&d->bd_sel, kn);

Completed in 95 milliseconds