Searched refs:sb_sel (Results 1 – 4 of 4) sorted by relevance
| /xnu-11417.140.69/bsd/kern/ |
| H A D | sys_socket.c | 318 selrecord(procp, &so->so_rcv.sb_sel, wql); in soo_select() 328 selrecord(procp, &so->so_snd.sb_sel, wql); in soo_select() 338 selrecord(procp, &so->so_rcv.sb_sel, wql); in soo_select()
|
| H A D | uipc_socket.c | 1174 selthreadclear(&so->so_snd.sb_sel); in sofreelastref() 1175 selthreadclear(&so->so_rcv.sb_sel); in sofreelastref() 1212 selthreadclear(&so->so_snd.sb_sel); in sofreelastref() 1213 selthreadclear(&so->so_rcv.sb_sel); in sofreelastref() 4575 selthreadclear(&sb->sb_sel); in sowflush() 4671 selthreadclear(&sb->sb_sel); in sorflush() 6512 selwakeup(&so->so_rcv.sb_sel); in sohasoutofband() 6514 KNOTE(&so->so_rcv.sb_sel.si_note, in sohasoutofband() 6555 selrecord(p, &so->so_rcv.sb_sel, wql); in sopoll() 6564 selrecord(p, &so->so_snd.sb_sel, wql); in sopoll() [all …]
|
| H A D | uipc_socket2.c | 630 SOCK_TYPE(so), (uint32_t)sb->sb_sel.si_flags, sb->sb_flags, in sowakeup() 635 selwakeup(&sb->sb_sel); in sowakeup() 645 KNOTE(&sb->sb_sel.si_note, SO_FILT_HINT_LOCKED); in sowakeup() 784 selthreadclear(&so->so_snd.sb_sel); in soreserve()
|
| /xnu-11417.140.69/bsd/sys/ |
| H A D | socketvar.h | 184 struct selinfo sb_sel; /* process selecting rd/wr */ member
|