Searched refs:unlock_lr (Results 1 - 10 of 10) sorted by relevance

/darwin-on-arm/xnu/bsd/netinet/
H A Dip_divert.c730 so->unlock_lr[so->next_unlock_lr] = lr_saved;
H A Draw_ip.c964 so->unlock_lr[so->next_unlock_lr] = lr_saved;
H A Dudp_usrreq.c1874 so->unlock_lr[so->next_unlock_lr] = lr_saved;
H A Dtcp_subr.c2440 so->unlock_lr[so->next_unlock_lr] = lr_saved;
/darwin-on-arm/xnu/bsd/sys/
H A Dsocketvar.h268 void *unlock_lr[SO_LCKDBG_MAX]; /* unlocking caller history */ member in struct:socket
/darwin-on-arm/xnu/bsd/net/
H A Dif_bridge.c347 void *unlock_lr[BR_LCKDBG_MAX]; /* unlocking caller history */ member in struct:bridge_softc
784 sc->unlock_lr[sc->next_unlock_lr] = lr_saved;
803 sc->unlock_lr[sc->next_unlock_lr] = lr_saved;
823 sc->unlock_lr[sc->next_unlock_lr] = lr_saved;
841 sc->unlock_lr[sc->next_unlock_lr] = lr_saved;
/darwin-on-arm/xnu/bsd/kern/
H A Dkern_control.c1071 so->unlock_lr[so->next_unlock_lr] = lr_saved;
H A Duipc_socket2.c1833 so->unlock_lr[so->next_unlock_lr] = lr_saved;
H A Duipc_usrreq.c2353 so->unlock_lr[so->next_unlock_lr] = lr_saved;
H A Duipc_socket.c4203 (uintptr_t) so->unlock_lr[(so->next_unlock_lr + i) % SO_LCKDBG_MAX]);
4252 so->unlock_lr[so->next_unlock_lr] = lr_saved;

Completed in 47 milliseconds