Searched refs:pipe_sel (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/sys/sys/
H A Dpipe.h107 struct selinfo pipe_sel; /* for compat with select */ member in struct:pipe
/freebsd-11-stable/sys/kern/
H A Dsys_pipe.c358 knlist_init_mtx(&rpipe->pipe_sel.si_note, PIPE_MTX(rpipe));
359 knlist_init_mtx(&wpipe->pipe_sel.si_note, PIPE_MTX(wpipe));
619 selwakeuppri(&cpipe->pipe_sel, PSOCK);
620 if (!SEL_WAITING(&cpipe->pipe_sel))
625 KNOTE_LOCKED(&cpipe->pipe_sel.si_note, 0);
1474 selrecord(td, &rpipe->pipe_sel);
1475 if (SEL_WAITING(&rpipe->pipe_sel))
1480 selrecord(td, &wpipe->pipe_sel);
1481 if (SEL_WAITING(&wpipe->pipe_sel))
1694 KNOTE_LOCKED(&ppipe->pipe_sel
[all...]

Completed in 62 milliseconds