Searched refs:next_unlock_lr (Results 1 - 12 of 12) sorted by relevance

/macosx-10.10/xnu-2782.1.97/bsd/netinet/
H A Dip_divert.c751 so->unlock_lr[so->next_unlock_lr] = lr_saved;
752 so->next_unlock_lr = (so->next_unlock_lr+1) % SO_LCKDBG_MAX;
H A Draw_ip.c1000 so->unlock_lr[so->next_unlock_lr] = lr_saved;
1001 so->next_unlock_lr = (so->next_unlock_lr+1) % SO_LCKDBG_MAX;
H A Dtcp_subr.c2568 so->unlock_lr[so->next_unlock_lr] = lr_saved;
2569 so->next_unlock_lr = (so->next_unlock_lr+1) % SO_LCKDBG_MAX;
H A Dudp_usrreq.c2047 so->unlock_lr[so->next_unlock_lr] = lr_saved;
2048 so->next_unlock_lr = (so->next_unlock_lr+1) % SO_LCKDBG_MAX;
H A Dmptcp_subr.c3737 mp_so->unlock_lr[mp_so->next_unlock_lr] = lr_saved;
3738 mp_so->next_unlock_lr = (mp_so->next_unlock_lr + 1) % SO_LCKDBG_MAX;
/macosx-10.10/xnu-2782.1.97/bsd/net/
H A Dif_bridge.c398 int next_unlock_lr; member in struct:bridge_softc
895 sc->unlock_lr[sc->next_unlock_lr] = lr_saved;
896 sc->next_unlock_lr = (sc->next_unlock_lr+1) % SO_LCKDBG_MAX;
914 sc->unlock_lr[sc->next_unlock_lr] = lr_saved;
915 sc->next_unlock_lr = (sc->next_unlock_lr+1) % SO_LCKDBG_MAX;
935 sc->unlock_lr[sc->next_unlock_lr] = lr_saved;
936 sc->next_unlock_lr = (sc->next_unlock_lr
[all...]
/macosx-10.10/xnu-2782.1.97/bsd/kern/
H A Dkern_control.c1531 so->unlock_lr[so->next_unlock_lr] = lr_saved;
1532 so->next_unlock_lr = (so->next_unlock_lr+1) % SO_LCKDBG_MAX;
H A Duipc_usrreq.c2398 so->unlock_lr[so->next_unlock_lr] = lr_saved;
2399 so->next_unlock_lr = (so->next_unlock_lr+1) % SO_LCKDBG_MAX;
H A Duipc_socket2.c351 so->next_unlock_lr = 0;
2577 so->unlock_lr[so->next_unlock_lr] = lr_saved;
2578 so->next_unlock_lr = (so->next_unlock_lr + 1) % SO_LCKDBG_MAX;
H A Dkern_event.c3010 so->unlock_lr[so->next_unlock_lr] = lr_saved;
3011 so->next_unlock_lr = (so->next_unlock_lr+1) % SO_LCKDBG_MAX;
H A Duipc_socket.c619 so->next_unlock_lr = 0;
5753 so->unlock_lr[(so->next_unlock_lr + i) % SO_LCKDBG_MAX]);
5804 so->unlock_lr[so->next_unlock_lr] = lr_saved;
5805 so->next_unlock_lr = (so->next_unlock_lr+1) % SO_LCKDBG_MAX;
/macosx-10.10/xnu-2782.1.97/bsd/sys/
H A Dsocketvar.h291 int next_unlock_lr; member in struct:socket

Completed in 199 milliseconds