Searched refs:PR_F_WILLUNLOCK (Results 1 – 12 of 12) sorted by relevance
| /xnu-11417.121.6/bsd/kern/ |
| H A D | kern_control.c | 398 lck_mtx_t *mtx_held = socket_getlock(so, PR_F_WILLUNLOCK); in ctl_detach() 560 lck_mtx_t *mtx_held = socket_getlock(so, PR_F_WILLUNLOCK); in ctl_bind() 598 lck_mtx_t *mtx_held = socket_getlock(so, PR_F_WILLUNLOCK); in ctl_connect() 671 lck_mtx_t *__single mtx_held = socket_getlock(so, PR_F_WILLUNLOCK); in ctl_disconnect() 781 lck_mtx_t *mtx_held = socket_getlock(so, PR_F_WILLUNLOCK); in ctl_usr_rcvd() 821 lck_mtx_t *mtx_held = socket_getlock(so, PR_F_WILLUNLOCK); in ctl_send() 860 lck_mtx_t *mtx_held = socket_getlock(so, PR_F_WILLUNLOCK); in ctl_send_list() 1347 lck_mtx_t *mtx_held = socket_getlock(so, PR_F_WILLUNLOCK); in ctl_ctloutput()
|
| H A D | kpi_socket.c | 106 mutex_held = (*sock->so_proto->pr_getlock)(sock, PR_F_WILLUNLOCK); in sock_accept_common() 306 mutex_held = (*sock->so_proto->pr_getlock)(sock, PR_F_WILLUNLOCK); in sock_connect() 376 mutex_held = (*sock->so_proto->pr_getlock)(sock, PR_F_WILLUNLOCK); in sock_connectwait()
|
| H A D | uipc_socket2.c | 568 mutex_held = (*so->so_proto->pr_getlock)(so, PR_F_WILLUNLOCK); in sbwait() 2573 mutex_held = (*so->so_proto->pr_getlock)(so, PR_F_WILLUNLOCK); in sblock() 2671 mutex_held = (*so->so_proto->pr_getlock)(so, PR_F_WILLUNLOCK); in sbunlock()
|
| H A D | uipc_syscalls.c | 495 mutex_held = (*head->so_proto->pr_getlock)(head, PR_F_WILLUNLOCK); in accept_nocancel() 1039 mutex_held = (*so->so_proto->pr_getlock)(so, PR_F_WILLUNLOCK); in connectit() 1113 mutex_held = (*so->so_proto->pr_getlock)(so, PR_F_WILLUNLOCK); in connectitx()
|
| H A D | vsock_domain.c | 1157 mutex_held = (*so->so_proto->pr_getlock)(so, PR_F_WILLUNLOCK); in vsock_connect()
|
| H A D | uipc_socket.c | 1113 mutex_held = (*head->so_proto->pr_getlock)(head, PR_F_WILLUNLOCK); in so_acquire_accept_list() 1245 mutex_held = (*so->so_proto->pr_getlock)(so, PR_F_WILLUNLOCK); in soclose_wait_locked() 1439 mutex_held = (*so->so_proto->pr_getlock)(so, PR_F_WILLUNLOCK); in soclose_locked()
|
| /xnu-11417.121.6/bsd/sys/ |
| H A D | protosw.h | 307 #define PR_F_WILLUNLOCK 0x01 /* Will unlock (e.g., msleep) after the pr_getlock call */ macro
|
| /xnu-11417.121.6/bsd/netinet/ |
| H A D | mptcp_var.h | 201 if (flags & PR_F_WILLUNLOCK) { in mpp_getlock()
|
| H A D | ip_output.c | 2347 mutex_held = socket_getlock(so, PR_F_WILLUNLOCK); in ip_ctloutput()
|
| H A D | in_pcb.c | 4512 mutex_held = (*so->so_proto->pr_getlock)(so, PR_F_WILLUNLOCK); in inp_enter_bind_in_progress()
|
| /xnu-11417.121.6/bsd/net/ |
| H A D | content_filter.c | 1561 mutex_held = (*so->so_proto->pr_getlock)(so, PR_F_WILLUNLOCK); in cfil_acquire_sockbuf() 5644 mutex_held = (*so->so_proto->pr_getlock)(so, PR_F_WILLUNLOCK); in cfil_sock_close_wait() 6566 mutex_held = (*so->so_proto->pr_getlock)(so, PR_F_WILLUNLOCK); in cfil_filters_udp_attached()
|
| /xnu-11417.121.6/bsd/netinet6/ |
| H A D | ip6_output.c | 2444 mutex_held = socket_getlock(so, PR_F_WILLUNLOCK); in ip6_ctloutput()
|