Lines Matching refs:pr_domain
787 atomic_add_32(&prp->pr_domain->dom_refs, 1); in socreate_internal()
1245 mutex_held = so->so_proto->pr_domain->dom_mtx; in soclose_wait_locked()
1439 mutex_held = so->so_proto->pr_domain->dom_mtx; in soclose_locked()
1486 atomic_add_32(&so->so_proto->pr_domain->dom_refs, -1); in soclose_locked()
1532 mutex_held = so->so_proto->pr_domain->dom_mtx; in soabort()
3184 if (pr->pr_domain->dom_externalize != NULL) { in soreceive_ctl()
3233 if (pr->pr_domain->dom_externalize != NULL && in soreceive_ctl()
3244 error = (*pr->pr_domain->dom_externalize)(cm); in soreceive_ctl()
4803 mutex_held = so->so_proto->pr_domain->dom_mtx; in sorflush()
4881 if ((pr->pr_flags & PR_RIGHTS) && pr->pr_domain->dom_dispose) { in sorflush()
4882 (*pr->pr_domain->dom_dispose)(asb.sb_mb); in sorflush()
7380 return so->so_proto->pr_domain->dom_mtx; in socket_getlock()
7395 LCK_MTX_ASSERT(so->so_proto->pr_domain->dom_mtx, in socket_lock()
7398 lck_mtx_lock(so->so_proto->pr_domain->dom_mtx); in socket_lock()
7415 mutex_held = so->so_proto->pr_domain->dom_mtx; in socket_lock_assert_owned()
7429 mtx = so->so_proto->pr_domain->dom_mtx; in socket_try_lock()
7451 mutex_held = so->so_proto->pr_domain->dom_mtx; in socket_unlock()
7485 mutex_held = so->so_proto->pr_domain->dom_mtx; in sofree()