Searched refs:next_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;
731 so->next_unlock_lr = (so->next_unlock_lr+1) % SO_LCKDBG_MAX;
H A Draw_ip.c964 so->unlock_lr[so->next_unlock_lr] = lr_saved;
965 so->next_unlock_lr = (so->next_unlock_lr+1) % SO_LCKDBG_MAX;
H A Dudp_usrreq.c1874 so->unlock_lr[so->next_unlock_lr] = lr_saved;
1875 so->next_unlock_lr = (so->next_unlock_lr+1) % SO_LCKDBG_MAX;
H A Dtcp_subr.c2440 so->unlock_lr[so->next_unlock_lr] = lr_saved;
2441 so->next_unlock_lr = (so->next_unlock_lr+1) % SO_LCKDBG_MAX;
/darwin-on-arm/xnu/bsd/net/
H A Dif_bridge.c348 int next_unlock_lr; member in struct:bridge_softc
784 sc->unlock_lr[sc->next_unlock_lr] = lr_saved;
785 sc->next_unlock_lr = (sc->next_unlock_lr+1) % SO_LCKDBG_MAX;
803 sc->unlock_lr[sc->next_unlock_lr] = lr_saved;
804 sc->next_unlock_lr = (sc->next_unlock_lr+1) % SO_LCKDBG_MAX;
823 sc->unlock_lr[sc->next_unlock_lr] = lr_saved;
824 sc->next_unlock_lr = (sc->next_unlock_lr
[all...]
/darwin-on-arm/xnu/bsd/kern/
H A Dkern_control.c1071 so->unlock_lr[so->next_unlock_lr] = lr_saved;
1072 so->next_unlock_lr = (so->next_unlock_lr+1) % SO_LCKDBG_MAX;
H A Duipc_socket2.c326 so->next_unlock_lr = 0;
1833 so->unlock_lr[so->next_unlock_lr] = lr_saved;
1834 so->next_unlock_lr = (so->next_unlock_lr+1) % SO_LCKDBG_MAX;
H A Duipc_usrreq.c2353 so->unlock_lr[so->next_unlock_lr] = lr_saved;
2354 so->next_unlock_lr = (so->next_unlock_lr+1) % SO_LCKDBG_MAX;
H A Duipc_socket.c588 so->next_unlock_lr = 0;
4203 (uintptr_t) so->unlock_lr[(so->next_unlock_lr + i) % SO_LCKDBG_MAX]);
4252 so->unlock_lr[so->next_unlock_lr] = lr_saved;
4253 so->next_unlock_lr = (so->next_unlock_lr+1) % SO_LCKDBG_MAX;
/darwin-on-arm/xnu/bsd/sys/
H A Dsocketvar.h269 int next_unlock_lr; member in struct:socket

Completed in 111 milliseconds