Lines Matching refs:pr_domain
787 atomic_add_32(&prp->pr_domain->dom_refs, 1); in socreate_internal()
1237 mutex_held = so->so_proto->pr_domain->dom_mtx; in soclose_wait_locked()
1429 mutex_held = so->so_proto->pr_domain->dom_mtx; in soclose_locked()
1477 atomic_add_32(&so->so_proto->pr_domain->dom_refs, -1); in soclose_locked()
1523 mutex_held = so->so_proto->pr_domain->dom_mtx; in soabort()
3174 if (pr->pr_domain->dom_externalize != NULL) { in soreceive_ctl()
3223 if (pr->pr_domain->dom_externalize != NULL && in soreceive_ctl()
3234 error = (*pr->pr_domain->dom_externalize)(cm); in soreceive_ctl()
4793 mutex_held = so->so_proto->pr_domain->dom_mtx; in sorflush()
4871 if ((pr->pr_flags & PR_RIGHTS) && pr->pr_domain->dom_dispose) { in sorflush()
4872 (*pr->pr_domain->dom_dispose)(asb.sb_mb); in sorflush()
7277 return so->so_proto->pr_domain->dom_mtx; in socket_getlock()
7292 LCK_MTX_ASSERT(so->so_proto->pr_domain->dom_mtx, in socket_lock()
7295 lck_mtx_lock(so->so_proto->pr_domain->dom_mtx); in socket_lock()
7312 mutex_held = so->so_proto->pr_domain->dom_mtx; in socket_lock_assert_owned()
7326 mtx = so->so_proto->pr_domain->dom_mtx; in socket_try_lock()
7348 mutex_held = so->so_proto->pr_domain->dom_mtx; in socket_unlock()
7382 mutex_held = so->so_proto->pr_domain->dom_mtx; in sofree()