Home
last modified time | relevance | path

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

/xnu-11417.140.69/bsd/sys/
H A Dsocketvar.h320 void *unlock_lr[SO_LCKDBG_MAX]; /* unlocking caller history */ member
/xnu-11417.140.69/bsd/netinet/
H A Draw_ip.c1207 so->unlock_lr[so->next_unlock_lr] = lr_saved; in rip_unlock()
H A Dudp_usrreq.c2716 so->unlock_lr[so->next_unlock_lr] = lr_saved; in udp_unlock()
H A Dtcp_subr.c3330 so->unlock_lr[so->next_unlock_lr] = lr_saved; in tcp_unlock()
H A Dmptcp_subr.c5042 mp_so->unlock_lr[mp_so->next_unlock_lr] = lr_saved; in mptcp_unlock()
/xnu-11417.140.69/bsd/kern/
H A Dvsock_domain.c1457 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.c2680 so->unlock_lr[so->next_unlock_lr] = lr_saved; in sbunlock()
H A Duipc_socket.c7282 so->unlock_lr[(so->next_unlock_lr + i) % SO_LCKDBG_MAX]); in solockhistory_nr()
7364 so->unlock_lr[so->next_unlock_lr] = lr_saved; in socket_unlock()
H A Dkern_event.c8732 so->unlock_lr[so->next_unlock_lr] = lr_saved;
/xnu-11417.140.69/bsd/net/
H A Dif_bridge.c588 void *unlock_lr[BR_LCKDBG_MAX]; member
1257 sc->unlock_lr[sc->next_unlock_lr] = lr_saved; in bridge_unlock()
1277 sc->unlock_lr[sc->next_unlock_lr] = lr_saved; in bridge_lock2ref()
1298 sc->unlock_lr[sc->next_unlock_lr] = lr_saved; in bridge_unref()
1317 sc->unlock_lr[sc->next_unlock_lr] = lr_saved; in bridge_xlock()