Lines Matching refs:pr_domain
800 atomic_add_32(&prp->pr_domain->dom_refs, 1); in socreate_internal()
1258 mutex_held = so->so_proto->pr_domain->dom_mtx; in soclose_wait_locked()
1452 mutex_held = so->so_proto->pr_domain->dom_mtx; in soclose_locked()
1499 atomic_add_32(&so->so_proto->pr_domain->dom_refs, -1); in soclose_locked()
1545 mutex_held = so->so_proto->pr_domain->dom_mtx; in soabort()
3212 if (pr->pr_domain->dom_externalize != NULL) { in soreceive_ctl()
3261 if (pr->pr_domain->dom_externalize != NULL && in soreceive_ctl()
3272 error = (*pr->pr_domain->dom_externalize)(cm); in soreceive_ctl()
4831 mutex_held = so->so_proto->pr_domain->dom_mtx; in sorflush()
4909 if ((pr->pr_flags & PR_RIGHTS) && pr->pr_domain->dom_dispose) { in sorflush()
4910 (*pr->pr_domain->dom_dispose)(asb.sb_mb); in sorflush()
7408 return so->so_proto->pr_domain->dom_mtx; in socket_getlock()
7423 LCK_MTX_ASSERT(so->so_proto->pr_domain->dom_mtx, in socket_lock()
7426 lck_mtx_lock(so->so_proto->pr_domain->dom_mtx); in socket_lock()
7443 mutex_held = so->so_proto->pr_domain->dom_mtx; in socket_lock_assert_owned()
7457 mtx = so->so_proto->pr_domain->dom_mtx; in socket_try_lock()
7479 mutex_held = so->so_proto->pr_domain->dom_mtx; in socket_unlock()
7513 mutex_held = so->so_proto->pr_domain->dom_mtx; in sofree()