Home
last modified time | relevance | path

Searched refs:sb_sel (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/sys/
H A Dsockbuf.h89 struct selinfo *sb_sel; /* process selecting read/write */ member
/freebsd/sys/kern/
H A Duipc_sockbuf.c483 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()
H A Duipc_socket.c825 so->so_rcv.sb_sel = &so->so_rdsel; in soalloc()
826 so->so_snd.sb_sel = &so->so_wrsel; in soalloc()