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()
1431 mutex_held = so->so_proto->pr_domain->dom_mtx; in soclose_locked()
1479 atomic_add_32(&so->so_proto->pr_domain->dom_refs, -1); in soclose_locked()
1525 mutex_held = so->so_proto->pr_domain->dom_mtx; in soabort()
3177 if (pr->pr_domain->dom_externalize != NULL) { in soreceive_ctl()
3226 if (pr->pr_domain->dom_externalize != NULL && in soreceive_ctl()
3237 error = (*pr->pr_domain->dom_externalize)(cm); in soreceive_ctl()
4796 mutex_held = so->so_proto->pr_domain->dom_mtx; in sorflush()
4874 if ((pr->pr_flags & PR_RIGHTS) && pr->pr_domain->dom_dispose) { in sorflush()
4875 (*pr->pr_domain->dom_dispose)(asb.sb_mb); in sorflush()
7280 return so->so_proto->pr_domain->dom_mtx; in socket_getlock()
7295 LCK_MTX_ASSERT(so->so_proto->pr_domain->dom_mtx, in socket_lock()
7298 lck_mtx_lock(so->so_proto->pr_domain->dom_mtx); in socket_lock()
7315 mutex_held = so->so_proto->pr_domain->dom_mtx; in socket_lock_assert_owned()
7329 mtx = so->so_proto->pr_domain->dom_mtx; in socket_try_lock()
7351 mutex_held = so->so_proto->pr_domain->dom_mtx; in socket_unlock()
7385 mutex_held = so->so_proto->pr_domain->dom_mtx; in sofree()