Home
last modified time | relevance | path

Searched refs:PR_F_WILLUNLOCK (Results 1 – 11 of 11) sorted by relevance

/xnu-8792.41.9/bsd/kern/
H A Dkern_control.c381 lck_mtx_t *mtx_held = socket_getlock(so, PR_F_WILLUNLOCK); in ctl_detach()
561 lck_mtx_t *mtx_held = socket_getlock(so, PR_F_WILLUNLOCK); in ctl_bind()
599 lck_mtx_t *mtx_held = socket_getlock(so, PR_F_WILLUNLOCK); in ctl_connect()
672 lck_mtx_t *mtx_held = socket_getlock(so, PR_F_WILLUNLOCK); in ctl_disconnect()
777 lck_mtx_t *mtx_held = socket_getlock(so, PR_F_WILLUNLOCK); in ctl_usr_rcvd()
817 lck_mtx_t *mtx_held = socket_getlock(so, PR_F_WILLUNLOCK); in ctl_send()
862 lck_mtx_t *mtx_held = socket_getlock(so, PR_F_WILLUNLOCK); in ctl_send_list()
1337 lck_mtx_t *mtx_held = socket_getlock(so, PR_F_WILLUNLOCK); in ctl_ctloutput()
H A Dkpi_socket.c105 mutex_held = (*sock->so_proto->pr_getlock)(sock, PR_F_WILLUNLOCK); in sock_accept_common()
308 mutex_held = (*sock->so_proto->pr_getlock)(sock, PR_F_WILLUNLOCK); in sock_connect()
378 mutex_held = (*sock->so_proto->pr_getlock)(sock, PR_F_WILLUNLOCK); in sock_connectwait()
H A Duipc_socket2.c567 mutex_held = (*so->so_proto->pr_getlock)(so, PR_F_WILLUNLOCK); in sbwait()
2522 mutex_held = (*so->so_proto->pr_getlock)(so, PR_F_WILLUNLOCK); in sblock()
2620 mutex_held = (*so->so_proto->pr_getlock)(so, PR_F_WILLUNLOCK); in sbunlock()
H A Duipc_syscalls.c474 mutex_held = (*head->so_proto->pr_getlock)(head, PR_F_WILLUNLOCK); in accept_nocancel()
1006 mutex_held = (*so->so_proto->pr_getlock)(so, PR_F_WILLUNLOCK); in connectit()
1080 mutex_held = (*so->so_proto->pr_getlock)(so, PR_F_WILLUNLOCK); in connectitx()
H A Dvsock_domain.c1132 mutex_held = (*so->so_proto->pr_getlock)(so, PR_F_WILLUNLOCK); in vsock_connect()
H A Duipc_socket.c1105 mutex_held = (*head->so_proto->pr_getlock)(head, PR_F_WILLUNLOCK); in so_acquire_accept_list()
1237 mutex_held = (*so->so_proto->pr_getlock)(so, PR_F_WILLUNLOCK); in soclose_wait_locked()
1431 mutex_held = (*so->so_proto->pr_getlock)(so, PR_F_WILLUNLOCK); in soclose_locked()
/xnu-8792.41.9/bsd/sys/
H A Dprotosw.h307 #define PR_F_WILLUNLOCK 0x01 /* Will unlock (e.g., msleep) after the pr_getlock call */ macro
/xnu-8792.41.9/bsd/netinet/
H A Dmptcp_var.h198 if (flags & PR_F_WILLUNLOCK) { in mpp_getlock()
H A Dip_output.c2251 mutex_held = socket_getlock(so, PR_F_WILLUNLOCK); in ip_ctloutput()
/xnu-8792.41.9/bsd/net/
H A Dcontent_filter.c1520 mutex_held = (*so->so_proto->pr_getlock)(so, PR_F_WILLUNLOCK); in cfil_acquire_sockbuf()
5370 mutex_held = (*so->so_proto->pr_getlock)(so, PR_F_WILLUNLOCK); in cfil_sock_close_wait()
6208 mutex_held = (*so->so_proto->pr_getlock)(so, PR_F_WILLUNLOCK); in cfil_filters_udp_attached()
/xnu-8792.41.9/bsd/netinet6/
H A Dip6_output.c2383 mutex_held = socket_getlock(so, PR_F_WILLUNLOCK); in ip6_ctloutput()