Home
last modified time | relevance | path

Searched refs:dom_mtx (Results 1 – 17 of 17) sorted by relevance

/xnu-10063.101.15/bsd/net/
H A Dndrv.c200 LCK_MTX_ASSERT(ndrvdomain->dom_mtx, LCK_MTX_ASSERT_NOTOWNED); in ndrv_input()
201 lck_mtx_lock(ndrvdomain->dom_mtx); in ndrv_input()
205 lck_mtx_unlock(ndrvdomain->dom_mtx); in ndrv_input()
216 lck_mtx_unlock(ndrvdomain->dom_mtx); in ndrv_input()
260 LCK_MTX_ASSERT(ndrvdomain->dom_mtx, LCK_MTX_ASSERT_NOTOWNED); in ndrv_attach()
261 lck_mtx_lock(ndrvdomain->dom_mtx); in ndrv_attach()
265 lck_mtx_unlock(ndrvdomain->dom_mtx); in ndrv_attach()
330 LCK_MTX_ASSERT(ndrvdomain->dom_mtx, LCK_MTX_ASSERT_NOTOWNED); in ndrv_event()
331 lck_mtx_lock(ndrvdomain->dom_mtx); in ndrv_event()
333 lck_mtx_unlock(ndrvdomain->dom_mtx); in ndrv_event()
[all …]
H A Draw_usrreq.c177 mutex_held = so->so_proto->pr_domain->dom_mtx; in raw_uabort()
230 mutex_held = so->so_proto->pr_domain->dom_mtx; in raw_udetach()
289 mutex_held = so->so_proto->pr_domain->dom_mtx; in raw_usend()
345 mutex_held = so->so_proto->pr_domain->dom_mtx; in raw_ushutdown()
H A Dkpi_protocol.c218 lck_mtx_lock(entry->domain->dom_mtx); in proto_input_run()
240 lck_mtx_unlock(entry->domain->dom_mtx); in proto_input_run()
265 lck_mtx_lock(entry->domain->dom_mtx); in proto_input()
283 lck_mtx_unlock(entry->domain->dom_mtx); in proto_input()
H A Dcontent_filter.c1554 mutex_held = so->so_proto->pr_domain->dom_mtx; in cfil_acquire_sockbuf()
5567 mutex_held = so->so_proto->pr_domain->dom_mtx; in cfil_sock_close_wait()
6405 mutex_held = so->so_proto->pr_domain->dom_mtx; in cfil_filters_udp_attached()
/xnu-10063.101.15/bsd/sys/
H A Ddomain.h119 lck_mtx_t *dom_mtx; /* domain global mutex */ member
137 lck_mtx_t *dom_mtx; /* domain global mutex */ member
/xnu-10063.101.15/bsd/kern/
H A Duipc_domain.c210 dp->dom_mtx = &dp->dom_mtx_s; in init_domain()
257 odp->dom_mtx = NULL; in detach_domain()
321 odp->dom_mtx = dp->dom_mtx; in net_add_domain_old()
H A Dkpi_socket.c108 mutex_held = sock->so_proto->pr_domain->dom_mtx; in sock_accept_common()
310 mutex_held = sock->so_proto->pr_domain->dom_mtx; in sock_connect()
380 mutex_held = sock->so_proto->pr_domain->dom_mtx; in sock_connectwait()
H A Duipc_socket.c1253 mutex_held = so->so_proto->pr_domain->dom_mtx; in soclose_wait_locked()
1447 mutex_held = so->so_proto->pr_domain->dom_mtx; in soclose_locked()
1540 mutex_held = so->so_proto->pr_domain->dom_mtx; in soabort()
4561 mutex_held = so->so_proto->pr_domain->dom_mtx; in sorflush()
7177 return so->so_proto->pr_domain->dom_mtx; in socket_getlock()
7192 LCK_MTX_ASSERT(so->so_proto->pr_domain->dom_mtx, in socket_lock()
7195 lck_mtx_lock(so->so_proto->pr_domain->dom_mtx); in socket_lock()
7212 mutex_held = so->so_proto->pr_domain->dom_mtx; in socket_lock_assert_owned()
7226 mtx = so->so_proto->pr_domain->dom_mtx; in socket_try_lock()
7248 mutex_held = so->so_proto->pr_domain->dom_mtx; in socket_unlock()
[all …]
H A Duipc_socket2.c332 mutex_held = head->so_proto->pr_domain->dom_mtx; in sonewconn_internal()
569 mutex_held = so->so_proto->pr_domain->dom_mtx; in sbwait()
1017 mutex_held = sb->sb_so->so_proto->pr_domain->dom_mtx; in sbcheck()
2523 mutex_held = so->so_proto->pr_domain->dom_mtx; in sblock()
2621 mutex_held = so->so_proto->pr_domain->dom_mtx; in sbunlock()
H A Dvsock_domain.c1153 mutex_held = so->so_proto->pr_domain->dom_mtx; in vsock_connect()
1455 lck_mtx_t *mutex_held = so->so_proto->pr_domain->dom_mtx; in vsock_unlock()
H A Duipc_syscalls.c496 mutex_held = head->so_proto->pr_domain->dom_mtx; in accept_nocancel()
1031 mutex_held = so->so_proto->pr_domain->dom_mtx; in connectit()
1105 mutex_held = so->so_proto->pr_domain->dom_mtx; in connectitx()
H A Dkern_control.c2099 return so->so_proto->pr_domain->dom_mtx;
H A Duipc_usrreq.c2883 return so->so_proto->pr_domain->dom_mtx; in unp_getlock()
/xnu-10063.101.15/bsd/netinet/
H A Din_proto.c315 inet_domain_mutex = dp->dom_mtx; in in_dinit()
H A Draw_ip.c1176 lck_mtx_unlock(so->so_proto->pr_domain->dom_mtx); in rip_unlock()
1192 lck_mtx_unlock(so->so_proto->pr_domain->dom_mtx); in rip_unlock()
H A Dtcp_subr.c3336 return so->so_proto->pr_domain->dom_mtx; in tcp_getlock()
/xnu-10063.101.15/bsd/netinet6/
H A Din6_proto.c411 inet6_domain_mutex = dp->dom_mtx; in in6_dinit()