Home
last modified time | relevance | path

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

/xnu-8020.140.41/bsd/kern/
H A Dsys_socket.c322 selrecord(procp, &so->so_rcv.sb_sel, wql); in soo_select()
332 selrecord(procp, &so->so_snd.sb_sel, wql); in soo_select()
342 selrecord(procp, &so->so_rcv.sb_sel, wql); in soo_select()
H A Duipc_socket.c1166 selthreadclear(&so->so_snd.sb_sel); in sofreelastref()
1167 selthreadclear(&so->so_rcv.sb_sel); in sofreelastref()
1204 selthreadclear(&so->so_snd.sb_sel); in sofreelastref()
1205 selthreadclear(&so->so_rcv.sb_sel); in sofreelastref()
4776 selthreadclear(&sb->sb_sel); in sowflush()
4872 selthreadclear(&sb->sb_sel); in sorflush()
6539 selwakeup(&so->so_rcv.sb_sel); in sohasoutofband()
6541 KNOTE(&so->so_rcv.sb_sel.si_note, in sohasoutofband()
6582 selrecord(p, &so->so_rcv.sb_sel, wql); in sopoll()
6591 selrecord(p, &so->so_snd.sb_sel, wql); in sopoll()
[all …]
H A Duipc_socket2.c627 SOCK_TYPE(so), (uint32_t)sb->sb_sel.si_flags, sb->sb_flags, in sowakeup()
632 selwakeup(&sb->sb_sel); in sowakeup()
642 KNOTE(&sb->sb_sel.si_note, SO_FILT_HINT_LOCKED); in sowakeup()
795 selthreadclear(&so->so_snd.sb_sel); in soreserve()
/xnu-8020.140.41/bsd/sys/
H A Dsocketvar.h175 struct selinfo sb_sel; /* process selecting rd/wr */ member