Lines Matching refs:pr_domain
787 atomic_add_32(&prp->pr_domain->dom_refs, 1); in socreate_internal()
1239 mutex_held = so->so_proto->pr_domain->dom_mtx; in soclose_wait_locked()
1433 mutex_held = so->so_proto->pr_domain->dom_mtx; in soclose_locked()
1480 atomic_add_32(&so->so_proto->pr_domain->dom_refs, -1); in soclose_locked()
1526 mutex_held = so->so_proto->pr_domain->dom_mtx; in soabort()
3178 if (pr->pr_domain->dom_externalize != NULL) { in soreceive_ctl()
3227 if (pr->pr_domain->dom_externalize != NULL && in soreceive_ctl()
3238 error = (*pr->pr_domain->dom_externalize)(cm); in soreceive_ctl()
4797 mutex_held = so->so_proto->pr_domain->dom_mtx; in sorflush()
4875 if ((pr->pr_flags & PR_RIGHTS) && pr->pr_domain->dom_dispose) { in sorflush()
4876 (*pr->pr_domain->dom_dispose)(asb.sb_mb); in sorflush()
7374 return so->so_proto->pr_domain->dom_mtx; in socket_getlock()
7389 LCK_MTX_ASSERT(so->so_proto->pr_domain->dom_mtx, in socket_lock()
7392 lck_mtx_lock(so->so_proto->pr_domain->dom_mtx); in socket_lock()
7409 mutex_held = so->so_proto->pr_domain->dom_mtx; in socket_lock_assert_owned()
7423 mtx = so->so_proto->pr_domain->dom_mtx; in socket_try_lock()
7445 mutex_held = so->so_proto->pr_domain->dom_mtx; in socket_unlock()
7479 mutex_held = so->so_proto->pr_domain->dom_mtx; in sofree()