Searched refs:sb_sel (Results 1 – 4 of 4) sorted by relevance
| /xnu-8020.140.41/bsd/kern/ |
| H A D | sys_socket.c | 322 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 D | uipc_socket.c | 1166 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 D | uipc_socket2.c | 627 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 D | socketvar.h | 175 struct selinfo sb_sel; /* process selecting rd/wr */ member
|