Searched refs:sb_sel (Results 1 – 3 of 3) sorted by relevance
89 struct selinfo *sb_sel; /* process selecting read/write */ member
483 selwakeuppri(sb->sb_sel, PSOCK); in sowakeup()484 if (!SEL_WAITING(sb->sb_sel)) in sowakeup()490 KNOTE_LOCKED(&sb->sb_sel->si_note, 0); in sowakeup()
825 so->so_rcv.sb_sel = &so->so_rdsel; in soalloc()826 so->so_snd.sb_sel = &so->so_wrsel; in soalloc()