Searched refs:sb_sel (Results 1 – 4 of 4) sorted by relevance
86 struct selinfo *sb_sel; /* process selecting read/write */ member
501 selwakeuppri(sb->sb_sel, PSOCK); in sowakeup()502 if (!SEL_WAITING(sb->sb_sel)) in sowakeup()508 KNOTE_LOCKED(&sb->sb_sel->si_note, 0); in sowakeup()
422 so->so_rcv.sb_sel = &so->so_rdsel; in soalloc()423 so->so_snd.sb_sel = &so->so_wrsel; in soalloc()