Home
last modified time | relevance | path

Searched refs:unlock_lr (Results 1 – 12 of 12) sorted by relevance

/xnu-12377.41.6/bsd/sys/
H A Dsocketvar.h311 void *unlock_lr[SO_LCKDBG_MAX]; /* unlocking caller history */ member
/xnu-12377.41.6/bsd/netinet/
H A Draw_ip.c1204 so->unlock_lr[so->next_unlock_lr] = lr_saved; in rip_unlock()
H A Dudp_usrreq.c2731 so->unlock_lr[so->next_unlock_lr] = lr_saved; in udp_unlock()
H A Dtcp_subr.c3575 so->unlock_lr[so->next_unlock_lr] = lr_saved; in tcp_unlock()
H A Dmptcp_subr.c5050 mp_so->unlock_lr[mp_so->next_unlock_lr] = lr_saved; in mptcp_unlock()
/xnu-12377.41.6/bsd/kern/
H A Dvsock_domain.c1568 so->unlock_lr[so->next_unlock_lr] = lr_saved; in vsock_unlock()
H A Dkern_control.c2112 so->unlock_lr[so->next_unlock_lr] = lr_saved; in ctl_unlock()
H A Duipc_usrreq.c2896 so->unlock_lr[so->next_unlock_lr] = lr_saved; in unp_unlock()
H A Duipc_socket2.c2663 so->unlock_lr[so->next_unlock_lr] = lr_saved; in sbunlock()
H A Duipc_socket.c7199 so->unlock_lr[(so->next_unlock_lr + i) % SO_LCKDBG_MAX]); in solockhistory_nr()
7281 so->unlock_lr[so->next_unlock_lr] = lr_saved; in socket_unlock()
H A Dkern_event.c8733 so->unlock_lr[so->next_unlock_lr] = lr_saved;
/xnu-12377.41.6/bsd/net/
H A Dif_bridge.c590 void *unlock_lr[BR_LCKDBG_MAX]; member
1259 sc->unlock_lr[sc->next_unlock_lr] = lr_saved; in bridge_unlock()
1279 sc->unlock_lr[sc->next_unlock_lr] = lr_saved; in bridge_lock2ref()
1300 sc->unlock_lr[sc->next_unlock_lr] = lr_saved; in bridge_unref()
1319 sc->unlock_lr[sc->next_unlock_lr] = lr_saved; in bridge_xlock()