Searched refs:sb_sel (Results 1 – 4 of 4) sorted by relevance
| /xnu-12377.41.6/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 | 1014 selthreadclear(&so->so_snd.sb_sel); in sofreelastref() 1015 selthreadclear(&so->so_rcv.sb_sel); in sofreelastref() 1052 selthreadclear(&so->so_snd.sb_sel); in sofreelastref() 1053 selthreadclear(&so->so_rcv.sb_sel); in sofreelastref() 4429 selthreadclear(&sb->sb_sel); in sowflush() 4525 selthreadclear(&sb->sb_sel); in sorflush() 6429 selwakeup(&so->so_rcv.sb_sel); in sohasoutofband() 6431 KNOTE(&so->so_rcv.sb_sel.si_note, in sohasoutofband() 6472 selrecord(p, &so->so_rcv.sb_sel, wql); in sopoll() 6481 selrecord(p, &so->so_snd.sb_sel, wql); in sopoll() [all …]
|
| H A D | uipc_socket2.c | 632 SOCK_TYPE(so), (uint32_t)sb->sb_sel.si_flags, sb->sb_flags, in sowakeup() 637 selwakeup(&sb->sb_sel); in sowakeup() 647 KNOTE(&sb->sb_sel.si_note, SO_FILT_HINT_LOCKED); in sowakeup() 786 selthreadclear(&so->so_snd.sb_sel); in soreserve()
|
| /xnu-12377.41.6/bsd/sys/ |
| H A D | socketvar.h | 178 struct selinfo sb_sel; /* process selecting rd/wr */ member
|